#BD9F92

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

Shades of Del Rio #BD9F92

Tints of Del Rio #BD9F92

Color information

#BD9F92 (or 0xBD9F92) is unknown color: approx Del Rio. HEX triplet: BD, 9F and 92. RGB value is (189,159,146). Sum of RGB (Red+Green+Blue) = 189+159+146=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F92 is #42606D. Grayscale: #A6A6A6. Windows color (decimal): -4350062 or 9609149. OLE color: 9609149.

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

Color convert

RGB189159146-
CMYK00.160.230.26
HSL18.14º24.57%65.69%-
HSV(B)18.14º22.75%74.12%-
XYZ38.5737.6932.44-
YUV166.49116.44144.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=38.26%
G=32.19%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915914600.160.230.2618.1424.5765.69
HexBD9F92010171A121942
Octal27523722202027322231102
Binary101111011001111110010010010000101111101010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F92; }

 p { color: rgb(189,159,146); }

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

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

 a { background-color: rgb(189,159,146); }

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

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

 span { border-color: rgb(189,159,146); }

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