Html Css Color HEX #B99289 Thatch

📋 copy color: '#B99289'

red 185 ◦ green 146 ◦ blue 137

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

Shades of Thatch #B99289

Tints of Thatch #B99289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.2%

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 39.53%
G = 31.2%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B99289 (or 0xB99289) is known color: Thatch. HEX triplet: B9, 92 and 89. RGB value is (185,146,137). Sum of RGB (Red+Green+Blue) = 185+146+137=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B99289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99289 is #466D76. Grayscale: #9C9C9C. Windows color (decimal): -4615543 or 9015993. OLE color: 9015993.

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

Color convert

RGB 185 146 137 -
CMYK 0 0.21 0.26 0.27
HSL 11.25º 0.26% 0.63% -
HSV(B) 11.25º 0.26% 0.73% -
XYZ 34.8 32.68 28.14 -
YUV 156.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 185 146 137 0 0.21 0.26 0.27 11.25 0.26 0.63
Hex B9 92 89 0 15 1A 1B B 1A 3F
Octal 271 222 211 0 25 32 33 13 32 77
Binary 10111001 10010010 10001001 0 10101 11010 11011 1011 11010 111111

Color Harmonies of #B99289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99289

Black with #B99289

Text Example


Text Example

White with #B99289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99289; }

 p { color: rgb(185,146,137); }

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

background-color css

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

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

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

border-color css

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

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

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