#B99392

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

Shades of Rosy Brown #B99392

Tints of Rosy Brown #B99392

Color information

#B99392 (or 0xB99392) is unknown color: approx Rosy Brown. HEX triplet: B9, 93 and 92. RGB value is (185,147,146). Sum of RGB (Red+Green+Blue) = 185+147+146=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B99392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99392 is #466C6D. Grayscale: #9E9E9E. Windows color (decimal): -4615278 or 9606073. OLE color: 9606073.

HSL color Cylindrical-coordinate representation of color #B99392: hue angle of 1.54º 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 #B99392 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB185147146-
CMYK00.210.210.27
HSL1.54º21.79%64.9%-
HSV(B)1.54º21.08%72.55%-
XYZ35.6333.2631.74-
YUV158.25121.09147.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=38.70%
G=30.75%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514714600.210.210.271.5421.7964.9
HexB99392015151B21641
Octal2712232220252533226101
Binary101110011001001110010010010101101011101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99392; }

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

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

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

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

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

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

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

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