Html Css Color HEX #B29996 Thatch

📋 copy color: '#B29996'

red 178 ◦ green 153 ◦ blue 150

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

Shades of Thatch #B29996

Tints of Thatch #B29996

RGB

 RED value IS 178 (69.92% from 255) = 37.01%

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

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

R = 37.01%
G = 31.81%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B29996 (or 0xB29996) is known color: Thatch. HEX triplet: B2, 99 and 96. RGB value is (178,153,150). Sum of RGB (Red+Green+Blue) = 178+153+150=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B29996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29996 is #4D6669. Grayscale: #A0A0A0. Windows color (decimal): -5072490 or 9869746. OLE color: 9869746.

HSL color Cylindrical-coordinate representation of color #B29996: hue angle of 6.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B29996 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 153 150 -
CMYK 0 0.14 0.16 0.30
HSL 6.43º 0.15% 0.64% -
HSV(B) 6.43º 0.16% 0.7% -
XYZ 35.26 34.45 33.65 -
YUV 160.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 178 153 150 0 0.14 0.16 0.30 6.43 0.15 0.64
Hex B2 99 96 0 E 10 1E 6 F 40
Octal 262 231 226 0 16 20 36 6 17 100
Binary 10110010 10011001 10010110 0 1110 10000 11110 110 1111 1000000

Color Harmonies of #B29996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29996

Black with #B29996

Text Example


Text Example

White with #B29996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29996; }

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

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

background-color css

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

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

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

border-color css

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

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

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