#B99492

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

Shades of Rosy Brown #B99492

Tints of Rosy Brown #B99492

Color information

#B99492 (or 0xB99492) is unknown color: approx Rosy Brown. HEX triplet: B9, 94 and 92. RGB value is (185,148,146). Sum of RGB (Red+Green+Blue) = 185+148+146=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B99492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99492 is #466B6D. Grayscale: #9E9E9E. Windows color (decimal): -4615022 or 9606329. OLE color: 9606329.

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

Color convert

RGB185148146-
CMYK00.200.210.27
HSL3.08º21.79%64.9%-
HSV(B)3.08º21.08%72.55%-
XYZ35.7933.5731.79-
YUV158.83120.76146.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=38.62%
G=30.90%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514814600.200.210.273.0821.7964.9
HexB99492014151B31641
Octal2712242220242533326101
Binary101110011001010010010010010100101011101111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99492; }

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

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

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

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

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

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

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

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