#B09C92

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

Shades of Del Rio #B09C92

Tints of Del Rio #B09C92

Color information

#B09C92 (or 0xB09C92) is unknown color: approx Del Rio. HEX triplet: B0, 9C and 92. RGB value is (176,156,146). Sum of RGB (Red+Green+Blue) = 176+156+146=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C92 is #4F636D. Grayscale: #A0A0A0. Windows color (decimal): -5202798 or 9608368. OLE color: 9608368.

HSL color Cylindrical-coordinate representation of color #B09C92: hue angle of 20º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B09C92 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB176156146-
CMYK00.110.170.31
HSL20º15.96%63.14%-
HSV(B)20º17.05%69.02%-
XYZ34.9835.0832.12-
YUV160.84119.63138.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=36.82%
G=32.64%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615614600.110.170.312015.9663.14
HexB09C920B111F14103f
Octal2602342220132137242077
Binary1011000010011100100100100101110001111111010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C92; }

 p { color: rgb(176,156,146); }

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

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

 a { background-color: rgb(176,156,146); }

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

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

 span { border-color: rgb(176,156,146); }

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