#BD9E8C

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

Shades of Del Rio #BD9E8C

Tints of Del Rio #BD9E8C

Color information

#BD9E8C (or 0xBD9E8C) is unknown color: approx Del Rio. HEX triplet: BD, 9E and 8C. RGB value is (189,158,140). Sum of RGB (Red+Green+Blue) = 189+158+140=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E8C is #426173. Grayscale: #A5A5A5. Windows color (decimal): -4350324 or 9215677. OLE color: 9215677.

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

Color convert

RGB189158140-
CMYK00.160.260.26
HSL22.04º27.07%64.51%-
HSV(B)22.04º25.93%74.12%-
XYZ37.9537.1729.98-
YUV165.22113.77144.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=38.81%
G=32.44%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915814000.160.260.2622.0427.0764.51
HexBD9E8C0101A1A161b41
Octal27523621402032322633101
Binary101111011001111010001100010000110101101010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9E8C; }

 p { color: rgb(189,158,140); }

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

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

 a { background-color: rgb(189,158,140); }

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

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

 span { border-color: rgb(189,158,140); }

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