#B18887

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

Shades of Rosy Brown #B18887

Tints of Rosy Brown #B18887

Color information

#B18887 (or 0xB18887) is unknown color: approx Rosy Brown. HEX triplet: B1, 88 and 87. RGB value is (177,136,135). Sum of RGB (Red+Green+Blue) = 177+136+135=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B18887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18887 is #4E7778. Grayscale: #949494. Windows color (decimal): -5142393 or 8882353. OLE color: 8882353.

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

Color convert

RGB177136135-
CMYK00.230.240.31
HSL1.43º21.21%61.18%-
HSV(B)1.43º23.73%69.41%-
XYZ31.3128.726.81-
YUV148.14120.58148.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 135 (53.12% from 255) = 30.13%
R=39.51%
G=30.36%
B=30.13%

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
Decimal17713613500.230.240.311.4321.2161.18
HexB18887017181F1153d
Octal261210207027303712575
Binary1011000110001000100001110101111100011111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18887; }

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

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

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

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

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

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

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

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