#B18484

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

Shades of Rosy Brown #B18484

Tints of Rosy Brown #B18484

Color information

#B18484 (or 0xB18484) is unknown color: approx Rosy Brown. HEX triplet: B1, 84 and 84. RGB value is (177,132,132). Sum of RGB (Red+Green+Blue) = 177+132+132=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B18484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18484 is #4E7B7B. Grayscale: #919191. Windows color (decimal): -5143420 or 8684721. OLE color: 8684721.

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

Color convert

RGB177132132-
CMYK00.250.250.31
HSL22.39%60.59%-
HSV(B)25.42%69.41%-
XYZ30.5527.5225.53-
YUV145.45120.41150.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=40.14%
G=29.93%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713213200.250.250.31022.3960.59
HexB18484019191F0163d
Octal261204204031313702675
Binary1011000110000100100001000110011100111111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18484; }

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

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

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

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

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

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

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

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