Html Css Color HEX #B29392 Thatch

📋 copy color: '#B29392'

red 178 ◦ green 147 ◦ blue 146

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

Shades of Thatch #B29392

Tints of Thatch #B29392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31%

R = 37.79%
G = 31.21%
B = 31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B29392 (or 0xB29392) is known color: Thatch. HEX triplet: B2, 93 and 92. RGB value is (178,147,146). Sum of RGB (Red+Green+Blue) = 178+147+146=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B29392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29392 is #4D6C6D. Grayscale: #9C9C9C. Windows color (decimal): -5074030 or 9606066. OLE color: 9606066.

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

Color convert

RGB 178 147 146 -
CMYK 0 0.17 0.18 0.30
HSL 1.88º 0.17% 0.64% -
HSV(B) 1.88º 0.18% 0.7% -
XYZ 33.98 32.41 31.66 -
YUV 156.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 178 147 146 0 0.17 0.18 0.30 1.88 0.17 0.64
Hex B2 93 92 0 11 12 1E 2 11 40
Octal 262 223 222 0 21 22 36 2 21 100
Binary 10110010 10010011 10010010 0 10001 10010 11110 10 10001 1000000

Color Harmonies of #B29392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29392

Black with #B29392

Text Example


Text Example

White with #B29392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29392; }

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

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

background-color css

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

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

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

border-color css

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

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

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