Html Css Color HEX #B29691 Thatch

📋 copy color: '#B29691'

red 178 ◦ green 150 ◦ blue 145

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

Shades of Thatch #B29691

Tints of Thatch #B29691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

 BLUE value IS 145 (57.03% from 255) = 30.66%

R = 37.63%
G = 31.71%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B29691 (or 0xB29691) is known color: Thatch. HEX triplet: B2, 96 and 91. RGB value is (178,150,145). Sum of RGB (Red+Green+Blue) = 178+150+145=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B29691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29691 is #4D696E. Grayscale: #9D9D9D. Windows color (decimal): -5073263 or 9541298. OLE color: 9541298.

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

Color convert

RGB 178 150 145 -
CMYK 0 0.16 0.19 0.30
HSL 9.09º 0.18% 0.63% -
HSV(B) 9.09º 0.19% 0.7% -
XYZ 34.38 33.32 31.41 -
YUV 157.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 178 150 145 0 0.16 0.19 0.30 9.09 0.18 0.63
Hex B2 96 91 0 10 13 1E 9 12 3F
Octal 262 226 221 0 20 23 36 11 22 77
Binary 10110010 10010110 10010001 0 10000 10011 11110 1001 10010 111111

Color Harmonies of #B29691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29691

Black with #B29691

Text Example


Text Example

White with #B29691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29691; }

 p { color: rgb(178,150,145); }

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

background-color css

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

 a { background-color: rgb(178,150,145); }

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

border-color css

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

 span { border-color: rgb(178,150,145); }

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