Html Css Color HEX #B49591 Thatch

📋 copy color: '#B49591'

red 180 ◦ green 149 ◦ blue 145

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

Shades of Thatch #B49591

Tints of Thatch #B49591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 37.97%
G = 31.43%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B49591 (or 0xB49591) is known color: Thatch. HEX triplet: B4, 95 and 91. RGB value is (180,149,145). Sum of RGB (Red+Green+Blue) = 180+149+145=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B49591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49591 is #4B6A6E. Grayscale: #9D9D9D. Windows color (decimal): -4942447 or 9541044. OLE color: 9541044.

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

Color convert

RGB 180 149 145 -
CMYK 0 0.17 0.19 0.29
HSL 6.86º 0.19% 0.64% -
HSV(B) 6.86º 0.19% 0.71% -
XYZ 34.68 33.24 31.38 -
YUV 157.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 180 149 145 0 0.17 0.19 0.29 6.86 0.19 0.64
Hex B4 95 91 0 11 13 1D 7 13 40
Octal 264 225 221 0 21 23 35 7 23 100
Binary 10110100 10010101 10010001 0 10001 10011 11101 111 10011 1000000

Color Harmonies of #B49591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49591

Black with #B49591

Text Example


Text Example

White with #B49591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49591; }

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

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

background-color css

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

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

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

border-color css

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

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

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