Html Css Color HEX #B29795 Thatch

📋 copy color: '#B29795'

red 178 ◦ green 151 ◦ blue 149

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

Shades of Thatch #B29795

Tints of Thatch #B29795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

 BLUE value IS 149 (58.59% from 255) = 31.17%

R = 37.24%
G = 31.59%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B29795 (or 0xB29795) is known color: Thatch. HEX triplet: B2, 97 and 95. RGB value is (178,151,149). Sum of RGB (Red+Green+Blue) = 178+151+149=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B29795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29795 is #4D686A. Grayscale: #9E9E9E. Windows color (decimal): -5073003 or 9803698. OLE color: 9803698.

HSL color Cylindrical-coordinate representation of color #B29795: hue angle of 4.14º degrees, saturation: 0.16, 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 #B29795 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 151 149 -
CMYK 0 0.15 0.16 0.30
HSL 4.14º 0.16% 0.64% -
HSV(B) 4.14º 0.16% 0.7% -
XYZ 34.85 33.77 33.11 -
YUV 158.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 178 151 149 0 0.15 0.16 0.30 4.14 0.16 0.64
Hex B2 97 95 0 F 10 1E 4 10 40
Octal 262 227 225 0 17 20 36 4 20 100
Binary 10110010 10010111 10010101 0 1111 10000 11110 100 10000 1000000

Color Harmonies of #B29795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29795

Black with #B29795

Text Example


Text Example

White with #B29795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29795; }

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

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

background-color css

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

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

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

border-color css

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

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

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