#B08686

Color #B08686 Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #B08686

Tints of Rosy Brown #B08686

Color information

#B08686 (or 0xB08686) is unknown color: approx Rosy Brown. HEX triplet: B0, 86 and 86. RGB value is (176,134,134). Sum of RGB (Red+Green+Blue) = 176+134+134=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B08686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08686 is #4F7979. Grayscale: #929292. Windows color (decimal): -5208442 or 8816304. OLE color: 8816304.

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

Color convert

RGB176134134-
CMYK00.240.240.31
HSL21%60.78%-
HSV(B)23.86%69.02%-
XYZ30.732826.34-
YUV146.56120.91149-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=39.64%
G=30.18%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613413400.240.240.3102160.78
HexB08686018181F0153d
Octal260206206030303702575
Binary1011000010000110100001100110001100011111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08686; }

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

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

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

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

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

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

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

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