Html Css Color HEX #B29895 Thatch

📋 copy color: '#B29895'

red 178 ◦ green 152 ◦ blue 149

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

Shades of Thatch #B29895

Tints of Thatch #B29895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.73%

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

R = 37.16%
G = 31.73%
B = 31.11%

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

#B29895 (or 0xB29895) is known color: Thatch. HEX triplet: B2, 98 and 95. RGB value is (178,152,149). Sum of RGB (Red+Green+Blue) = 178+152+149=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B29895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29895 is #4D676A. Grayscale: #9F9F9F. Windows color (decimal): -5072747 or 9803954. OLE color: 9803954.

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

Color convert

RGB 178 152 149 -
CMYK 0 0.15 0.16 0.30
HSL 6.21º 0.16% 0.64% -
HSV(B) 6.21º 0.16% 0.7% -
XYZ 35.01 34.09 33.17 -
YUV 159.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 178 152 149 0 0.15 0.16 0.30 6.21 0.16 0.64
Hex B2 98 95 0 F 10 1E 6 10 40
Octal 262 230 225 0 17 20 36 6 20 100
Binary 10110010 10011000 10010101 0 1111 10000 11110 110 10000 1000000

Color Harmonies of #B29895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29895

Black with #B29895

Text Example


Text Example

White with #B29895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29895; }

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

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

background-color css

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

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

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

border-color css

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

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

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