Html Css Color HEX #B99898 Rosy Brown

📋 copy color: '#B99898'

red 185 ◦ green 152 ◦ blue 152

#B99898
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rosy Brown #B99898

Tints of Rosy Brown #B99898

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 value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B99898 (or 0xB99898) is known color: 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

RGB 185 152 152 -
CMYK 0 0.18 0.18 0.27
HSL 0.19% 0.66% -
HSV(B) 0.18% 0.73% -
XYZ 36.9 35.04 34.52 -
YUV 161.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 185 152 152 0 0.18 0.18 0.27 0 0.19 0.66
Hex B9 98 98 0 12 12 1B 0 13 42
Octal 271 230 230 0 22 22 33 0 23 102
Binary 10111001 10011000 10011000 0 10010 10010 11011 0 10011 1000010

Color Harmonies of #B99898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99898

Black with #B99898

Text Example


Text Example

White with #B99898

Text Example


Text Example

HTML Codes & Css Web 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>