#B28484

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

Shades of Rosy Brown #B28484

Tints of Rosy Brown #B28484

Color information

#B28484 (or 0xB28484) is unknown color: approx Rosy Brown. HEX triplet: B2, 84 and 84. RGB value is (178,132,132). Sum of RGB (Red+Green+Blue) = 178+132+132=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28484 is #4D7B7B. Grayscale: #919191. Windows color (decimal): -5077884 or 8684722. OLE color: 8684722.

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

Color convert

RGB178132132-
CMYK00.260.260.30
HSL23%60.78%-
HSV(B)25.84%69.8%-
XYZ30.7827.6325.54-
YUV145.75120.24151-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 132 (51.95% from 255) = 29.86%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=40.27%
G=29.86%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813213200.260.260.3002360.78
HexB2848401A1A1E0173d
Octal262204204032323602775
Binary1011001010000100100001000110101101011110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28484; }

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

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

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

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

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

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

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

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