#B48887

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

Shades of Rosy Brown #B48887

Tints of Rosy Brown #B48887

Color information

#B48887 (or 0xB48887) is unknown color: approx Rosy Brown. HEX triplet: B4, 88 and 87. RGB value is (180,136,135). Sum of RGB (Red+Green+Blue) = 180+136+135=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B48887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48887 is #4B7778. Grayscale: #959595. Windows color (decimal): -4945785 or 8882356. OLE color: 8882356.

HSL color Cylindrical-coordinate representation of color #B48887: hue angle of 1.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B48887 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB180136135-
CMYK00.240.250.29
HSL1.33º23.08%61.76%-
HSV(B)1.33º25%70.59%-
XYZ3229.0626.84-
YUV149.04120.08150.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=39.91%
G=30.16%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013613500.240.250.291.3323.0861.76
HexB48887018191D1173e
Octal264210207030313512776
Binary1011010010001000100001110110001100111101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48887; }

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

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

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

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

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

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

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

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