#B09186

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

Shades of Del Rio #B09186

Tints of Del Rio #B09186

Color information

#B09186 (or 0xB09186) is unknown color: approx Del Rio. HEX triplet: B0, 91 and 86. RGB value is (176,145,134). Sum of RGB (Red+Green+Blue) = 176+145+134=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B09186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09186 is #4F6E79. Grayscale: #999999. Windows color (decimal): -5205626 or 8819120. OLE color: 8819120.

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

Color convert

RGB176145134-
CMYK00.180.240.31
HSL15.71º21%60.78%-
HSV(B)15.71º23.86%69.02%-
XYZ32.3331.226.87-
YUV153.01117.27144.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=38.68%
G=31.87%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614513400.180.240.3115.712160.78
HexB09186012181F10153d
Octal2602212060223037202575
Binary10110000100100011000011001001011000111111000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09186; }

 p { color: rgb(176,145,134); }

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

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

 a { background-color: rgb(176,145,134); }

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

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

 span { border-color: rgb(176,145,134); }

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