Html Css Color HEX #B29390 Thatch

📋 copy color: '#B29390'

red 178 ◦ green 147 ◦ blue 144

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

Shades of Thatch #B29390

Tints of Thatch #B29390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 37.95%
G = 31.34%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B29390 (or 0xB29390) is known color: Thatch. HEX triplet: B2, 93 and 90. RGB value is (178,147,144). Sum of RGB (Red+Green+Blue) = 178+147+144=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B29390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29390 is #4D6C6F. Grayscale: #9B9B9B. Windows color (decimal): -5074032 or 9474994. OLE color: 9474994.

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

Color convert

RGB 178 147 144 -
CMYK 0 0.17 0.19 0.30
HSL 5.29º 0.18% 0.63% -
HSV(B) 5.29º 0.19% 0.7% -
XYZ 33.83 32.35 30.85 -
YUV 155.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 178 147 144 0 0.17 0.19 0.30 5.29 0.18 0.63
Hex B2 93 90 0 11 13 1E 5 12 3F
Octal 262 223 220 0 21 23 36 5 22 77
Binary 10110010 10010011 10010000 0 10001 10011 11110 101 10010 111111

Color Harmonies of #B29390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29390

Black with #B29390

Text Example


Text Example

White with #B29390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29390; }

 p { color: rgb(178,147,144); }

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

background-color css

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

 a { background-color: rgb(178,147,144); }

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

border-color css

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

 span { border-color: rgb(178,147,144); }

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