COLOR #BD9092

HEX: #BD9092
RGB: (189,144,146)

Color info

#BD9092 contains red, green and blue colors in about the same proportion. Web safe color of #BD9092 is #CC9999 (or #C99).

RGB color model

#BD9092 color RGB value is (189,144,146).

  • red value is 189;
  • green value is 144;
  • blue value is 146.
RGB: (189,144,146) (74%,56%,57%)

RGB channels and saturation

R 189 of 255 = 74%
G 144 of 255 = 56%
B 146 of 255 = 57%

189
144
146

R + G + B ~ 62%. #BD9092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 144 + 146 = 479 (100%)
R 189 of 479 ~ 39.46%
G 144 of 479 ~ 30.06%
B 146 of 479 ~ 30.48%

%39.46
%30.06
%30.48

CMYK color model

#BD9092 color CMYK value is (0,24,23,26).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 22.75%
  • key color value is 25.88%
CMYK: (0,24,23,26) C0M24Y23K26 (0%,24%,23%,26%) (0.00/0.24/0.23/0.26)

CMYK percentages

%0
%23.81
%22.75
%25.88

Codes

Color #BD9092 in popluar color models

BD9092
RGB189144146
HSL357°25.42%65.29%
HSB/HSV357°23.81%74.12%
CMYK0.00%23.81%22.75%
25.88%

Color #BD9092 in popluar number systems.

HEXBD9092
Decimal189144146
Binary101111011001000010010010
Octal275220222

Shades and tints

Shades of #BD9092

#BD9092
(189,144,146)
#AC8385
(172,131,133)
#9B7678
(155,118,120)
#8A696B
(138,105,107)
#795C5E
(121,92,94)
#684F51
(104,79,81)
#574244
(87,66,68)
#463537
(70,53,55)
#35282A
(53,40,42)
#241B1D
(36,27,29)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #BD9092

#BD9092
(189,144,146)
#C39A9B
(195,154,155)
#C9A4A4
(201,164,164)
#CFAEAD
(207,174,173)
#D5B8B6
(213,184,182)
#DBC2BF
(219,194,191)
#E1CCC8
(225,204,200)
#E7D6D1
(231,214,209)
#EDE0DA
(237,224,218)
#F3EAE3
(243,234,227)
#F9F4EC
(249,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9092 color. Also use rgb(189,144,146) instead hex code.

Text Font Color

.myTextColor { color: #BD9092; }

<p style="color:#BD9092">This sample text font color is #BD9092.</p>

This text font color is #BD9092.


Background Color

.myBgColor { background-color: #BD9092; }

<div style="background-color:#BD9092">Inner text</div>

This div background color is #BD9092.


Border color

.myBorderColor { border: 1px solid #BD9092; }

<div style="border:3px solid #BD9092">Div</div>

This div border color is #BD9092.


Opacity

.myOpacity80 { color: #BD9092; opacity: 0.8; }

<p style="color:#BD9092;opacity:0.8;">80%</p>

Text with #BD9092 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BD9092;}

<p style="text-shadow: 3px 3px 1px #BD9092">Text here.</p>

This text has shadow with #BD9092 color.

.textShadow {text-shadow: 3px 3px 1px #BD9092, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BD9092, 5px 5px 20px red">Text here.</p>

This text has shadow with #BD9092 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD9092, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BD9092, Direction=45, Strength=4)">Text</p>

This text has shadow with #BD9092 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #BD9092; -webkit-box-shadow:	1px 1px 3px 2px #BD9092; box-shadow:	1px 1px 3px 2px #BD9092; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BD9092; -webkit-box-shadow: 1px 1px 3px 2px #BD9092; box-shadow:1px 1px 3px 2px #BD9092;">
Div content here</div>
This div box has shadow with color #BD9092.

Preview

Color preview on black background

This text has color #BD9092 on black background.


Color preview on white background

This text has color #BD9092 on white background.



Black color preview on #BD9092 background

This text has black color on #BD9092 background.


White color preview on #BD9092 background

This text has white color on #BD9092 background.