Html Css Color HEX #B49290 Thatch

📋 copy color: '#B49290'

red 180 ◦ green 146 ◦ blue 144

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

Shades of Thatch #B49290

Tints of Thatch #B49290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.06%

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

R = 38.3%
G = 31.06%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B49290 (or 0xB49290) is known color: Thatch. HEX triplet: B4, 92 and 90. RGB value is (180,146,144). Sum of RGB (Red+Green+Blue) = 180+146+144=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B49290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49290 is #4B6D6F. Grayscale: #9B9B9B. Windows color (decimal): -4943216 or 9474740. OLE color: 9474740.

HSL color Cylindrical-coordinate representation of color #B49290: hue angle of 3.33º 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 #B49290 is Cyan = 0, Magento = 0.19, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 144 -
CMYK 0 0.19 0.2 0.29
HSL 3.33º 0.19% 0.64% -
HSV(B) 3.33º 0.2% 0.71% -
XYZ 34.14 32.27 30.82 -
YUV 155.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 180 146 144 0 0.19 0.2 0.29 3.33 0.19 0.64
Hex B4 92 90 0 13 14 1D 3 13 40
Octal 264 222 220 0 23 24 35 3 23 100
Binary 10110100 10010010 10010000 0 10011 10100 11101 11 10011 1000000

Color Harmonies of #B49290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49290

Black with #B49290

Text Example


Text Example

White with #B49290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49290; }

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

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

background-color css

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

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

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

border-color css

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

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

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