#B99390

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

Shades of Rosy Brown #B99390

Tints of Rosy Brown #B99390

Color information

#B99390 (or 0xB99390) is unknown color: approx Rosy Brown. HEX triplet: B9, 93 and 90. RGB value is (185,147,144). Sum of RGB (Red+Green+Blue) = 185+147+144=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B99390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99390 is #466C6F. Grayscale: #9E9E9E. Windows color (decimal): -4615280 or 9475001. OLE color: 9475001.

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

Color convert

RGB185147144-
CMYK00.210.220.27
HSL4.39º22.65%64.51%-
HSV(B)4.39º22.16%72.55%-
XYZ35.4833.230.92-
YUV158.02120.09147.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=38.87%
G=30.88%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514714400.210.220.274.3922.6564.51
HexB99390015161B41741
Octal2712232200252633427101
Binary1011100110010011100100000101011011011011100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99390; }

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

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

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

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

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

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

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

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