Html Css Color HEX #B99D98 Thatch

📋 copy color: '#B99D98'

red 185 ◦ green 157 ◦ blue 152

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

Shades of Thatch #B99D98

Tints of Thatch #B99D98

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.78%

 BLUE value IS 152 (59.77% from 255) = 30.77%

R = 37.45%
G = 31.78%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B99D98 (or 0xB99D98) is known color: Thatch. HEX triplet: B9, 9D and 98. RGB value is (185,157,152). Sum of RGB (Red+Green+Blue) = 185+157+152=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99D98 is #466267. Grayscale: #A4A4A4. Windows color (decimal): -4612712 or 10001849. OLE color: 10001849.

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

Color convert

RGB 185 157 152 -
CMYK 0 0.15 0.18 0.27
HSL 9.09º 0.19% 0.66% -
HSV(B) 9.09º 0.18% 0.73% -
XYZ 37.73 36.7 34.8 -
YUV 164.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 185 157 152 0 0.15 0.18 0.27 9.09 0.19 0.66
Hex B9 9D 98 0 F 12 1B 9 13 42
Octal 271 235 230 0 17 22 33 11 23 102
Binary 10111001 10011101 10011000 0 1111 10010 11011 1001 10011 1000010

Color Harmonies of #B99D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D98

Black with #B99D98

Text Example


Text Example

White with #B99D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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