#B18786

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

Shades of Rosy Brown #B18786

Tints of Rosy Brown #B18786

Color information

#B18786 (or 0xB18786) is unknown color: approx Rosy Brown. HEX triplet: B1, 87 and 86. RGB value is (177,135,134). Sum of RGB (Red+Green+Blue) = 177+135+134=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B18786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18786 is #4E7879. Grayscale: #939393. Windows color (decimal): -5142650 or 8816561. OLE color: 8816561.

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

Color convert

RGB177135134-
CMYK00.240.240.31
HSL1.4º21.61%60.98%-
HSV(B)1.4º24.29%69.41%-
XYZ31.128.426.4-
YUV147.44120.41149.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 135 (53.12% from 255) = 30.27%
BLUE value IS 134 (52.73% from 255) = 30.04%
R=39.69%
G=30.27%
B=30.04%

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
Decimal17713513400.240.240.311.421.6160.98
HexB18786018181F1163d
Octal261207206030303712675
Binary1011000110000111100001100110001100011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18786; }

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

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

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

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

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

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

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

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