#B09989

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

Shades of Del Rio #B09989

Tints of Del Rio #B09989

Color information

#B09989 (or 0xB09989) is unknown color: approx Del Rio. HEX triplet: B0, 99 and 89. RGB value is (176,153,137). Sum of RGB (Red+Green+Blue) = 176+153+137=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B09989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09989 is #4F6676. Grayscale: #9E9E9E. Windows color (decimal): -5203575 or 9017776. OLE color: 9017776.

HSL color Cylindrical-coordinate representation of color #B09989: hue angle of 24.62º 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 #B09989 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176153137-
CMYK00.130.220.31
HSL24.62º19.8%61.37%-
HSV(B)24.62º22.16%69.02%-
XYZ33.8133.8228.41-
YUV158.05116.12140.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=37.77%
G=32.83%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615313700.130.220.3124.6219.861.37
HexB099890D161F19143d
Octal2602312110152637312475
Binary1011000010011001100010010110110110111111100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09989; }

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

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

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

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

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

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

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

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