Html Css Color HEX #B99187 Thatch

📋 copy color: '#B99187'

red 185 ◦ green 145 ◦ blue 135

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

Shades of Thatch #B99187

Tints of Thatch #B99187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.18%

 BLUE value IS 135 (53.13% from 255) = 29.03%

R = 39.78%
G = 31.18%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B99187 (or 0xB99187) is known color: Thatch. HEX triplet: B9, 91 and 87. RGB value is (185,145,135). Sum of RGB (Red+Green+Blue) = 185+145+135=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B99187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99187 is #466E78. Grayscale: #9B9B9B. Windows color (decimal): -4615801 or 8884665. OLE color: 8884665.

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

Color convert

RGB 185 145 135 -
CMYK 0 0.22 0.27 0.27
HSL 12º 0.26% 0.63% -
HSV(B) 12º 0.27% 0.73% -
XYZ 34.51 32.31 27.34 -
YUV 155.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 185 145 135 0 0.22 0.27 0.27 12 0.26 0.63
Hex B9 91 87 0 16 1B 1B C 1A 3F
Octal 271 221 207 0 26 33 33 14 32 77
Binary 10111001 10010001 10000111 0 10110 11011 11011 1100 11010 111111

Color Harmonies of #B99187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99187

Black with #B99187

Text Example


Text Example

White with #B99187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99187; }

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

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

background-color css

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

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

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

border-color css

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

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

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