#B99291

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

Shades of Rosy Brown #B99291

Tints of Rosy Brown #B99291

Color information

#B99291 (or 0xB99291) is unknown color: approx Rosy Brown. HEX triplet: B9, 92 and 91. RGB value is (185,146,145). Sum of RGB (Red+Green+Blue) = 185+146+145=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B99291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99291 is #466D6E. Grayscale: #9D9D9D. Windows color (decimal): -4615535 or 9540281. OLE color: 9540281.

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

Color convert

RGB185146145-
CMYK00.210.220.27
HSL1.5º22.22%64.71%-
HSV(B)1.5º21.62%72.55%-
XYZ35.432.9231.28-
YUV157.55120.92147.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 145 (57.03% from 255) = 30.46%
R=38.87%
G=30.67%
B=30.46%

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
Decimal18514614500.210.220.271.522.2264.71
HexB99291015161B21641
Octal2712222210252633226101
Binary101110011001001010010001010101101101101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99291; }

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

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

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

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

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

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

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

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