Html Css Color HEX #B29D98 Thatch

📋 copy color: '#B29D98'

red 178 ◦ green 157 ◦ blue 152

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

Shades of Thatch #B29D98

Tints of Thatch #B29D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.21%

R = 36.55%
G = 32.24%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B29D98 (or 0xB29D98) is known color: Thatch. HEX triplet: B2, 9D and 98. RGB value is (178,157,152). Sum of RGB (Red+Green+Blue) = 178+157+152=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D98 is #4D6267. Grayscale: #A2A2A2. Windows color (decimal): -5071464 or 10001842. OLE color: 10001842.

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

Color convert

RGB 178 157 152 -
CMYK 0 0.12 0.15 0.30
HSL 11.54º 0.14% 0.65% -
HSV(B) 11.54º 0.15% 0.7% -
XYZ 36.08 35.85 34.72 -
YUV 162.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 178 157 152 0 0.12 0.15 0.30 11.54 0.14 0.65
Hex B2 9D 98 0 C F 1E C E 41
Octal 262 235 230 0 14 17 36 14 16 101
Binary 10110010 10011101 10011000 0 1100 1111 11110 1100 1110 1000001

Color Harmonies of #B29D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D98

Black with #B29D98

Text Example


Text Example

White with #B29D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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