#B09588

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

Shades of Del Rio #B09588

Tints of Del Rio #B09588

Color information

#B09588 (or 0xB09588) is unknown color: approx Del Rio. HEX triplet: B0, 95 and 88. RGB value is (176,149,136). Sum of RGB (Red+Green+Blue) = 176+149+136=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B09588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09588 is #4F6A77. Grayscale: #9B9B9B. Windows color (decimal): -5204600 or 8951216. OLE color: 8951216.

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

Color convert

RGB176149136-
CMYK00.150.230.31
HSL19.5º20.2%61.18%-
HSV(B)19.5º22.73%69.02%-
XYZ33.132.527.82-
YUV155.59116.95142.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=38.18%
G=32.32%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614913600.150.230.3119.520.261.18
HexB095880F171F14143d
Octal2602252100172737242475
Binary1011000010010101100010000111110111111111010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09588; }

 p { color: rgb(176,149,136); }

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

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

 a { background-color: rgb(176,149,136); }

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

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

 span { border-color: rgb(176,149,136); }

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