#B48787

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

Shades of Rosy Brown #B48787

Tints of Rosy Brown #B48787

Color information

#B48787 (or 0xB48787) is unknown color: approx Rosy Brown. HEX triplet: B4, 87 and 87. RGB value is (180,135,135). Sum of RGB (Red+Green+Blue) = 180+135+135=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B48787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48787 is #4B7878. Grayscale: #949494. Windows color (decimal): -4946041 or 8882100. OLE color: 8882100.

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

Color convert

RGB180135135-
CMYK00.250.250.29
HSL23.08%61.76%-
HSV(B)25%70.59%-
XYZ31.8628.7826.8-
YUV148.45120.41150.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 135 (53.12% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013513500.250.250.29023.0861.76
HexB48787019191D0173e
Octal264207207031313502776
Binary1011010010000111100001110110011100111101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48787; }

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

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

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

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

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

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

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

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