Html Css Color HEX #B49594 Thatch

📋 copy color: '#B49594'

red 180 ◦ green 149 ◦ blue 148

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

Shades of Thatch #B49594

Tints of Thatch #B49594

RGB

 RED value IS 180 (70.7% from 255) = 37.74%

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

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

R = 37.74%
G = 31.24%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B49594 (or 0xB49594) is known color: Thatch. HEX triplet: B4, 95 and 94. RGB value is (180,149,148). Sum of RGB (Red+Green+Blue) = 180+149+148=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B49594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49594 is #4B6A6B. Grayscale: #9E9E9E. Windows color (decimal): -4942444 or 9737652. OLE color: 9737652.

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

Color convert

RGB 180 149 148 -
CMYK 0 0.17 0.18 0.29
HSL 1.88º 0.18% 0.64% -
HSV(B) 1.88º 0.18% 0.71% -
XYZ 34.92 33.34 32.61 -
YUV 158.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 180 149 148 0 0.17 0.18 0.29 1.88 0.18 0.64
Hex B4 95 94 0 11 12 1D 2 12 40
Octal 264 225 224 0 21 22 35 2 22 100
Binary 10110100 10010101 10010100 0 10001 10010 11101 10 10010 1000000

Color Harmonies of #B49594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49594

Black with #B49594

Text Example


Text Example

White with #B49594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49594; }

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

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

background-color css

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

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

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

border-color css

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

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

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