#B48888

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

Shades of Rosy Brown #B48888

Tints of Rosy Brown #B48888

Color information

#B48888 (or 0xB48888) is unknown color: approx Rosy Brown. HEX triplet: B4, 88 and 88. RGB value is (180,136,136). Sum of RGB (Red+Green+Blue) = 180+136+136=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B48888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48888 is #4B7777. Grayscale: #959595. Windows color (decimal): -4945784 or 8947892. OLE color: 8947892.

HSL color Cylindrical-coordinate representation of color #B48888: 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.24%. Process color model (Four color, CMYK) of #B48888 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB180136136-
CMYK00.240.240.29
HSL22.68%61.96%-
HSV(B)24.44%70.59%-
XYZ32.0729.0927.22-
YUV149.16120.58150-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=39.82%
G=30.09%
B=30.09%

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
Decimal18013613600.240.240.29022.6861.96
HexB48888018181D0173e
Octal264210210030303502776
Binary1011010010001000100010000110001100011101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48888; }

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

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

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

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

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

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

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

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