#B48484

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

Shades of Rosy Brown #B48484

Tints of Rosy Brown #B48484

Color information

#B48484 (or 0xB48484) is unknown color: approx Rosy Brown. HEX triplet: B4, 84 and 84. RGB value is (180,132,132). Sum of RGB (Red+Green+Blue) = 180+132+132=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B48484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48484 is #4B7B7B. Grayscale: #929292. Windows color (decimal): -4946812 or 8684724. OLE color: 8684724.

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

Color convert

RGB180132132-
CMYK00.270.270.29
HSL24.24%61.18%-
HSV(B)26.67%70.59%-
XYZ31.2427.8725.56-
YUV146.35119.9152-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 132 (51.95% from 255) = 29.73%
R=40.54%
G=29.73%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013213200.270.270.29024.2461.18
HexB4848401B1B1D0183d
Octal264204204033333503075
Binary1011010010000100100001000110111101111101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48484; }

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

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

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

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

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

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

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

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