Html Css Color HEX #B49690 Thatch

📋 copy color: '#B49690'

red 180 ◦ green 150 ◦ blue 144

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

Shades of Thatch #B49690

Tints of Thatch #B49690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.65%

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

R = 37.97%
G = 31.65%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B49690 (or 0xB49690) is known color: Thatch. HEX triplet: B4, 96 and 90. RGB value is (180,150,144). Sum of RGB (Red+Green+Blue) = 180+150+144=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B49690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49690 is #4B696F. Grayscale: #9E9E9E. Windows color (decimal): -4942192 or 9475764. OLE color: 9475764.

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

Color convert

RGB 180 150 144 -
CMYK 0 0.17 0.2 0.29
HSL 10º 0.19% 0.64% -
HSV(B) 10º 0.2% 0.71% -
XYZ 34.76 33.53 31.03 -
YUV 158.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 180 150 144 0 0.17 0.2 0.29 10 0.19 0.64
Hex B4 96 90 0 11 14 1D A 13 40
Octal 264 226 220 0 21 24 35 12 23 100
Binary 10110100 10010110 10010000 0 10001 10100 11101 1010 10011 1000000

Color Harmonies of #B49690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49690

Black with #B49690

Text Example


Text Example

White with #B49690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49690; }

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

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

background-color css

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

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

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

border-color css

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

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

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