#B99491

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

Shades of Rosy Brown #B99491

Tints of Rosy Brown #B99491

Color information

#B99491 (or 0xB99491) is unknown color: approx Rosy Brown. HEX triplet: B9, 94 and 91. RGB value is (185,148,145). Sum of RGB (Red+Green+Blue) = 185+148+145=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B99491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99491 is #466B6E. Grayscale: #9E9E9E. Windows color (decimal): -4615023 or 9540793. OLE color: 9540793.

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

Color convert

RGB185148145-
CMYK00.200.220.27
HSL4.5º22.22%64.71%-
HSV(B)4.5º21.62%72.55%-
XYZ35.7133.5431.38-
YUV158.72120.26146.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 145 (57.03% from 255) = 30.33%
R=38.70%
G=30.96%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514814500.200.220.274.522.2264.71
HexB99491014161B51641
Octal2712242210242633526101
Binary1011100110010100100100010101001011011011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99491; }

 p { color: rgb(185,148,145); }

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

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

 a { background-color: rgb(185,148,145); }

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

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

 span { border-color: rgb(185,148,145); }

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