#B09489

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

Shades of Del Rio #B09489

Tints of Del Rio #B09489

Color information

#B09489 (or 0xB09489) is unknown color: approx Del Rio. HEX triplet: B0, 94 and 89. RGB value is (176,148,137). Sum of RGB (Red+Green+Blue) = 176+148+137=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B09489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09489 is #4F6B76. Grayscale: #9B9B9B. Windows color (decimal): -5204855 or 9016496. OLE color: 9016496.

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

Color convert

RGB176148137-
CMYK00.160.220.31
HSL16.92º19.8%61.37%-
HSV(B)16.92º22.16%69.02%-
XYZ33.0132.2228.15-
YUV155.12117.78142.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=38.18%
G=32.10%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614813700.160.220.3116.9219.861.37
HexB09489010161F11143d
Octal2602242110202637212475
Binary10110000100101001000100101000010110111111000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09489; }

 p { color: rgb(176,148,137); }

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

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

 a { background-color: rgb(176,148,137); }

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

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

 span { border-color: rgb(176,148,137); }

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