Html Css Color HEX #B29B97 Thatch

📋 copy color: '#B29B97'

red 178 ◦ green 155 ◦ blue 151

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

Shades of Thatch #B29B97

Tints of Thatch #B29B97

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.02%

 BLUE value IS 151 (59.38% from 255) = 31.2%

R = 36.78%
G = 32.02%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B29B97 (or 0xB29B97) is known color: Thatch. HEX triplet: B2, 9B and 97. RGB value is (178,155,151). Sum of RGB (Red+Green+Blue) = 178+155+151=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29B97 is #4D6468. Grayscale: #A1A1A1. Windows color (decimal): -5071977 or 9935794. OLE color: 9935794.

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

Color convert

RGB 178 155 151 -
CMYK 0 0.13 0.15 0.30
HSL 8.89º 0.15% 0.65% -
HSV(B) 8.89º 0.15% 0.7% -
XYZ 35.67 35.14 34.18 -
YUV 161.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 178 155 151 0 0.13 0.15 0.30 8.89 0.15 0.65
Hex B2 9B 97 0 D F 1E 9 F 41
Octal 262 233 227 0 15 17 36 11 17 101
Binary 10110010 10011011 10010111 0 1101 1111 11110 1001 1111 1000001

Color Harmonies of #B29B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B97

Black with #B29B97

Text Example


Text Example

White with #B29B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B97; }

 p { color: rgb(178,155,151); }

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

background-color css

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

 a { background-color: rgb(178,155,151); }

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

border-color css

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

 span { border-color: rgb(178,155,151); }

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