#B08786

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

Shades of Rosy Brown #B08786

Tints of Rosy Brown #B08786

Color information

#B08786 (or 0xB08786) is unknown color: approx Rosy Brown. HEX triplet: B0, 87 and 86. RGB value is (176,135,134). Sum of RGB (Red+Green+Blue) = 176+135+134=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B08786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08786 is #4F7879. Grayscale: #939393. Windows color (decimal): -5208186 or 8816560. OLE color: 8816560.

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

Color convert

RGB176135134-
CMYK00.230.240.31
HSL1.43º21%60.78%-
HSV(B)1.43º23.86%69.02%-
XYZ30.8728.2826.39-
YUV147.14120.58148.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=39.55%
G=30.34%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613513400.230.240.311.432160.78
HexB08786017181F1153d
Octal260207206027303712575
Binary1011000010000111100001100101111100011111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08786; }

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

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

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

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

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

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

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

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