Html Css Color HEX #B49490 Thatch

📋 copy color: '#B49490'

red 180 ◦ green 148 ◦ blue 144

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

Shades of Thatch #B49490

Tints of Thatch #B49490

RGB

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

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

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

R = 38.14%
G = 31.36%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B49490 (or 0xB49490) is known color: Thatch. HEX triplet: B4, 94 and 90. RGB value is (180,148,144). Sum of RGB (Red+Green+Blue) = 180+148+144=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B49490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49490 is #4B6B6F. Grayscale: #9D9D9D. Windows color (decimal): -4942704 or 9475252. OLE color: 9475252.

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

Color convert

RGB 180 148 144 -
CMYK 0 0.18 0.2 0.29
HSL 6.67º 0.19% 0.64% -
HSV(B) 6.67º 0.2% 0.71% -
XYZ 34.45 32.9 30.92 -
YUV 157.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 180 148 144 0 0.18 0.2 0.29 6.67 0.19 0.64
Hex B4 94 90 0 12 14 1D 7 13 40
Octal 264 224 220 0 22 24 35 7 23 100
Binary 10110100 10010100 10010000 0 10010 10100 11101 111 10011 1000000

Color Harmonies of #B49490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49490

Black with #B49490

Text Example


Text Example

White with #B49490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49490; }

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

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

background-color css

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

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

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

border-color css

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

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

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