Html Css Color HEX #B49086 Thatch

📋 copy color: '#B49086'

red 180 ◦ green 144 ◦ blue 134

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

Shades of Thatch #B49086

Tints of Thatch #B49086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

 BLUE value IS 134 (52.73% from 255) = 29.26%

R = 39.3%
G = 31.44%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B49086 (or 0xB49086) is known color: Thatch. HEX triplet: B4, 90 and 86. RGB value is (180,144,134). Sum of RGB (Red+Green+Blue) = 180+144+134=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49086 is #4B6F79. Grayscale: #999999. Windows color (decimal): -4943738 or 8818868. OLE color: 8818868.

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

Color convert

RGB 180 144 134 -
CMYK 0 0.2 0.26 0.29
HSL 13.04º 0.23% 0.62% -
HSV(B) 13.04º 0.26% 0.71% -
XYZ 33.1 31.37 26.86 -
YUV 153.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 180 144 134 0 0.2 0.26 0.29 13.04 0.23 0.62
Hex B4 90 86 0 14 1A 1D D 17 3E
Octal 264 220 206 0 24 32 35 15 27 76
Binary 10110100 10010000 10000110 0 10100 11010 11101 1101 10111 111110

Color Harmonies of #B49086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49086

Black with #B49086

Text Example


Text Example

White with #B49086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49086; }

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

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

background-color css

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

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

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

border-color css

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

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

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