#B18886

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

Shades of Rosy Brown #B18886

Tints of Rosy Brown #B18886

Color information

#B18886 (or 0xB18886) is unknown color: approx Rosy Brown. HEX triplet: B1, 88 and 86. RGB value is (177,136,134). Sum of RGB (Red+Green+Blue) = 177+136+134=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B18886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18886 is #4E7779. Grayscale: #949494. Windows color (decimal): -5142394 or 8816817. OLE color: 8816817.

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

Color convert

RGB177136134-
CMYK00.230.240.31
HSL2.79º21.61%60.98%-
HSV(B)2.79º24.29%69.41%-
XYZ31.2428.6826.44-
YUV148.03120.08148.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 134 (52.73% from 255) = 29.98%
R=39.60%
G=30.43%
B=29.98%

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
Decimal17713613400.230.240.312.7921.6160.98
HexB18886017181F3163d
Octal261210206027303732675
Binary10110001100010001000011001011111000111111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18886; }

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

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

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

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

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

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

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

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