#B99090

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

Shades of Rosy Brown #B99090

Tints of Rosy Brown #B99090

Color information

#B99090 (or 0xB99090) is unknown color: approx Rosy Brown. HEX triplet: B9, 90 and 90. RGB value is (185,144,144). Sum of RGB (Red+Green+Blue) = 185+144+144=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B99090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99090 is #466F6F. Grayscale: #9C9C9C. Windows color (decimal): -4616048 or 9474233. OLE color: 9474233.

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

Color convert

RGB185144144-
CMYK00.220.220.27
HSL22.65%64.51%-
HSV(B)22.16%72.55%-
XYZ35.0132.2730.77-
YUV156.26121.08148.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=39.11%
G=30.44%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514414400.220.220.27022.6564.51
HexB99090016161B01741
Octal2712202200262633027101
Binary10111001100100001001000001011010110110110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99090; }

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

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

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

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

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

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

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

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