Html Css Color HEX #B29594 Thatch

📋 copy color: '#B29594'

red 178 ◦ green 149 ◦ blue 148

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

Shades of Thatch #B29594

Tints of Thatch #B29594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.37%

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 37.47%
G = 31.37%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B29594 (or 0xB29594) is known color: Thatch. HEX triplet: B2, 95 and 94. RGB value is (178,149,148). Sum of RGB (Red+Green+Blue) = 178+149+148=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B29594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29594 is #4D6A6B. Grayscale: #9D9D9D. Windows color (decimal): -5073516 or 9737650. OLE color: 9737650.

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

Color convert

RGB 178 149 148 -
CMYK 0 0.16 0.17 0.30
HSL 0.16% 0.64% -
HSV(B) 0.17% 0.7% -
XYZ 34.45 33.1 32.59 -
YUV 157.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 178 149 148 0 0.16 0.17 0.30 2 0.16 0.64
Hex B2 95 94 0 10 11 1E 2 10 40
Octal 262 225 224 0 20 21 36 2 20 100
Binary 10110010 10010101 10010100 0 10000 10001 11110 10 10000 1000000

Color Harmonies of #B29594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29594

Black with #B29594

Text Example


Text Example

White with #B29594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29594; }

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

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

background-color css

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

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

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

border-color css

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

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

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