#B48886

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

Shades of Rosy Brown #B48886

Tints of Rosy Brown #B48886

Color information

#B48886 (or 0xB48886) is unknown color: approx Rosy Brown. HEX triplet: B4, 88 and 86. RGB value is (180,136,134). Sum of RGB (Red+Green+Blue) = 180+136+134=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B48886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48886 is #4B7779. Grayscale: #949494. Windows color (decimal): -4945786 or 8816820. OLE color: 8816820.

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

Color convert

RGB180136134-
CMYK00.240.260.29
HSL2.61º23.47%61.57%-
HSV(B)2.61º25.56%70.59%-
XYZ31.9329.0326.48-
YUV148.93119.58150.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=40%
G=30.22%
B=29.78%

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
Decimal18013613400.240.260.292.6123.4761.57
HexB488860181A1D3173e
Octal264210206030323532776
Binary10110100100010001000011001100011010111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48886; }

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

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

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

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

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

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

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

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