Html Css Color HEX #B29994 Thatch

📋 copy color: '#B29994'

red 178 ◦ green 153 ◦ blue 148

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

Shades of Thatch #B29994

Tints of Thatch #B29994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 37.16%
G = 31.94%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B29994 (or 0xB29994) is known color: Thatch. HEX triplet: B2, 99 and 94. RGB value is (178,153,148). Sum of RGB (Red+Green+Blue) = 178+153+148=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B29994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29994 is #4D666B. Grayscale: #9F9F9F. Windows color (decimal): -5072492 or 9738674. OLE color: 9738674.

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

Color convert

RGB 178 153 148 -
CMYK 0 0.14 0.17 0.30
HSL 10º 0.16% 0.64% -
HSV(B) 10º 0.17% 0.7% -
XYZ 35.1 34.39 32.8 -
YUV 159.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 178 153 148 0 0.14 0.17 0.30 10 0.16 0.64
Hex B2 99 94 0 E 11 1E A 10 40
Octal 262 231 224 0 16 21 36 12 20 100
Binary 10110010 10011001 10010100 0 1110 10001 11110 1010 10000 1000000

Color Harmonies of #B29994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29994

Black with #B29994

Text Example


Text Example

White with #B29994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29994; }

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

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

background-color css

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

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

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

border-color css

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

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

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