#B09990

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

Shades of Del Rio #B09990

Tints of Del Rio #B09990

Color information

#B09990 (or 0xB09990) is unknown color: approx Del Rio. HEX triplet: B0, 99 and 90. RGB value is (176,153,144). Sum of RGB (Red+Green+Blue) = 176+153+144=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B09990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09990 is #4F666F. Grayscale: #9E9E9E. Windows color (decimal): -5203568 or 9476528. OLE color: 9476528.

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

Color convert

RGB176153144-
CMYK00.130.180.31
HSL16.88º16.84%62.75%-
HSV(B)16.88º18.18%69.02%-
XYZ34.3334.0331.14-
YUV158.85119.62140.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=37.21%
G=32.35%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615314400.130.180.3116.8816.8462.75
HexB099900D121F11113f
Octal2602312200152237212177
Binary1011000010011001100100000110110010111111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09990; }

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

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

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

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

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

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

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

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