#BD9B8E

Color #BD9B8E Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BD9B8E

Tints of Del Rio #BD9B8E

Color information

#BD9B8E (or 0xBD9B8E) is unknown color: approx Del Rio. HEX triplet: BD, 9B and 8E. RGB value is (189,155,142). Sum of RGB (Red+Green+Blue) = 189+155+142=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B8E is #426471. Grayscale: #A3A3A3. Windows color (decimal): -4351090 or 9345981. OLE color: 9345981.

HSL color Cylindrical-coordinate representation of color #BD9B8E: hue angle of 16.6º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD9B8E is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189155142-
CMYK00.180.250.26
HSL16.6º26.26%64.9%-
HSV(B)16.6º24.87%74.12%-
XYZ37.5936.2130.6-
YUV163.68115.76146.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=38.89%
G=31.89%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915514200.180.250.2616.626.2664.9
HexBD9B8E012191A111a41
Octal27523321602231322132101
Binary101111011001101110001110010010110011101010001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9B8E; }

 p { color: rgb(189,155,142); }

 H1.HeaderClassName
 {
   color: #BD9B8E;
 }
 .AnyTagClassName
 {
   color: #BD9B8E;
 }
</style>
background-color css

<style>
 a { background-color: #BD9B8E; }

 a { background-color: rgb(189,155,142); }

 div.DivClassName
 {
   background-color: #BD9B8E;
 }
 .BgClassName
 {
   background-color: #BD9B8E;
 }
</style>
border-color css

<style>
 span { border-color: #BD9B8E; }

 span { border-color: rgb(189,155,142); }

 td.TdClassName
 {
   border-color: #BD9B8E;
 }
 .TagClassName
 {
   border-color: #BD9B8E;
 }
</style>