#B88484

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

Shades of Rosy Brown #B88484

Tints of Rosy Brown #B88484

Color information

#B88484 (or 0xB88484) is unknown color: approx Rosy Brown. HEX triplet: B8, 84 and 84. RGB value is (184,132,132). Sum of RGB (Red+Green+Blue) = 184+132+132=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B88484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88484 is #477B7B. Grayscale: #939393. Windows color (decimal): -4684668 or 8684728. OLE color: 8684728.

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

Color convert

RGB184132132-
CMYK00.280.280.28
HSL26.8%61.96%-
HSV(B)28.26%72.16%-
XYZ32.1828.3625.61-
YUV147.55119.23154-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=41.07%
G=29.46%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413213200.280.280.28026.861.96
HexB8848401C1C1C01b3e
Octal270204204034343403376
Binary1011100010000100100001000111001110011100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88484; }

 p { color: rgb(184,132,132); }

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

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

 a { background-color: rgb(184,132,132); }

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

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

 span { border-color: rgb(184,132,132); }

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