Html Css Color HEX #B29D99 Thatch

📋 copy color: '#B29D99'

red 178 ◦ green 157 ◦ blue 153

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

Shades of Thatch #B29D99

Tints of Thatch #B29D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.35%

R = 36.48%
G = 32.17%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B29D99 (or 0xB29D99) is known color: Thatch. HEX triplet: B2, 9D and 99. RGB value is (178,157,153). Sum of RGB (Red+Green+Blue) = 178+157+153=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D99 is #4D6266. Grayscale: #A2A2A2. Windows color (decimal): -5071463 or 10067378. OLE color: 10067378.

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

Color convert

RGB 178 157 153 -
CMYK 0 0.12 0.14 0.30
HSL 9.6º 0.14% 0.65% -
HSV(B) 9.6º 0.14% 0.7% -
XYZ 36.17 35.88 35.16 -
YUV 162.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 178 157 153 0 0.12 0.14 0.30 9.6 0.14 0.65
Hex B2 9D 99 0 C E 1E A E 41
Octal 262 235 231 0 14 16 36 12 16 101
Binary 10110010 10011101 10011001 0 1100 1110 11110 1010 1110 1000001

Color Harmonies of #B29D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D99

Black with #B29D99

Text Example


Text Example

White with #B29D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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