#B09084

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

Shades of Del Rio #B09084

Tints of Del Rio #B09084

Color information

#B09084 (or 0xB09084) is unknown color: approx Del Rio. HEX triplet: B0, 90 and 84. RGB value is (176,144,132). Sum of RGB (Red+Green+Blue) = 176+144+132=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B09084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09084 is #4F6F7B. Grayscale: #989898. Windows color (decimal): -5205884 or 8687792. OLE color: 8687792.

HSL color Cylindrical-coordinate representation of color #B09084: hue angle of 16.36º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09084 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB176144132-
CMYK00.180.250.31
HSL16.36º21.78%60.39%-
HSV(B)16.36º25%69.02%-
XYZ32.0430.8426.09-
YUV152.2116.6144.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=38.94%
G=31.86%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614413200.180.250.3116.3621.7860.39
HexB09084012191F10163c
Octal2602202040223137202674
Binary10110000100100001000010001001011001111111000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09084; }

 p { color: rgb(176,144,132); }

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

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

 a { background-color: rgb(176,144,132); }

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

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

 span { border-color: rgb(176,144,132); }

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