#B48986

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

Shades of Rosy Brown #B48986

Tints of Rosy Brown #B48986

Color information

#B48986 (or 0xB48986) is unknown color: approx Rosy Brown. HEX triplet: B4, 89 and 86. RGB value is (180,137,134). Sum of RGB (Red+Green+Blue) = 180+137+134=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B48986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48986 is #4B7679. Grayscale: #959595. Windows color (decimal): -4945530 or 8817076. OLE color: 8817076.

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

Color convert

RGB180137134-
CMYK00.240.260.29
HSL3.91º23.47%61.57%-
HSV(B)3.91º25.56%70.59%-
XYZ32.0729.3226.52-
YUV149.52119.25149.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 134 (52.73% from 255) = 29.71%
R=39.91%
G=30.38%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013713400.240.260.293.9123.4761.57
HexB489860181A1D4173e
Octal264211206030323542776
Binary101101001000100110000110011000110101110110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48986; }

 p { color: rgb(180,137,134); }

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

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

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

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

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

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

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