#B48988

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

Shades of Rosy Brown #B48988

Tints of Rosy Brown #B48988

Color information

#B48988 (or 0xB48988) is unknown color: approx Rosy Brown. HEX triplet: B4, 89 and 88. RGB value is (180,137,136). Sum of RGB (Red+Green+Blue) = 180+137+136=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B48988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48988 is #4B7677. Grayscale: #959595. Windows color (decimal): -4945528 or 8948148. OLE color: 8948148.

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

Color convert

RGB180137136-
CMYK00.240.240.29
HSL1.36º22.68%61.96%-
HSV(B)1.36º24.44%70.59%-
XYZ32.2129.3727.26-
YUV149.74120.25149.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=39.74%
G=30.24%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013713600.240.240.291.3622.6861.96
HexB48988018181D1173e
Octal264211210030303512776
Binary1011010010001001100010000110001100011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48988; }

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

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

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

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

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

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

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

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