Html Css Color HEX #B29492 Thatch

📋 copy color: '#B29492'

red 178 ◦ green 148 ◦ blue 146

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

Shades of Thatch #B29492

Tints of Thatch #B29492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

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

R = 37.71%
G = 31.36%
B = 30.93%

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

#B29492 (or 0xB29492) is known color: Thatch. HEX triplet: B2, 94 and 92. RGB value is (178,148,146). Sum of RGB (Red+Green+Blue) = 178+148+146=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B29492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29492 is #4D6B6D. Grayscale: #9C9C9C. Windows color (decimal): -5073774 or 9606322. OLE color: 9606322.

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

Color convert

RGB 178 148 146 -
CMYK 0 0.17 0.18 0.30
HSL 3.75º 0.17% 0.64% -
HSV(B) 3.75º 0.18% 0.7% -
XYZ 34.14 32.72 31.71 -
YUV 156.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 178 148 146 0 0.17 0.18 0.30 3.75 0.17 0.64
Hex B2 94 92 0 11 12 1E 4 11 40
Octal 262 224 222 0 21 22 36 4 21 100
Binary 10110010 10010100 10010010 0 10001 10010 11110 100 10001 1000000

Color Harmonies of #B29492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29492

Black with #B29492

Text Example


Text Example

White with #B29492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29492; }

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

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

background-color css

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

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

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

border-color css

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

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

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