#B99898

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

Shades of Rosy Brown #B99898

Tints of Rosy Brown #B99898

Color information

#B99898 (or 0xB99898) is unknown color: approx Rosy Brown. HEX triplet: B9, 98 and 98. RGB value is (185,152,152). Sum of RGB (Red+Green+Blue) = 185+152+152=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B99898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99898 is #466767. Grayscale: #A1A1A1. Windows color (decimal): -4613992 or 10000569. OLE color: 10000569.

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

Color convert

RGB185152152-
CMYK00.180.180.27
HSL19.08%66.08%-
HSV(B)17.84%72.55%-
XYZ36.935.0434.52-
YUV161.87122.43144.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=37.83%
G=31.08%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515215200.180.180.27019.0866.08
HexB99898012121B01342
Octal2712302300222233023102
Binary10111001100110001001100001001010010110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99898; }

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

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

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

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

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

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

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

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