Html Css Color HEX #B99996 Thatch

📋 copy color: '#B99996'

red 185 ◦ green 153 ◦ blue 150

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

Shades of Thatch #B99996

Tints of Thatch #B99996

RGB

 RED value IS 185 (72.66% from 255) = 37.91%

 GREEN value IS 153 (60.16% from 255) = 31.35%

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 37.91%
G = 31.35%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B99996 (or 0xB99996) is known color: Thatch. HEX triplet: B9, 99 and 96. RGB value is (185,153,150). Sum of RGB (Red+Green+Blue) = 185+153+150=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B99996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99996 is #466669. Grayscale: #A2A2A2. Windows color (decimal): -4613738 or 9869753. OLE color: 9869753.

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

Color convert

RGB 185 153 150 -
CMYK 0 0.17 0.19 0.27
HSL 5.14º 0.2% 0.66% -
HSV(B) 5.14º 0.19% 0.73% -
XYZ 36.9 35.3 33.72 -
YUV 162.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 185 153 150 0 0.17 0.19 0.27 5.14 0.2 0.66
Hex B9 99 96 0 11 13 1B 5 14 42
Octal 271 231 226 0 21 23 33 5 24 102
Binary 10111001 10011001 10010110 0 10001 10011 11011 101 10100 1000010

Color Harmonies of #B99996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99996

Black with #B99996

Text Example


Text Example

White with #B99996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99996; }

 p { color: rgb(185,153,150); }

 H1.HeaderClassName
 {
   color: #B99996;
 }
 .AnyTagClassName
 {
   color: #B99996;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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