Html Css Color HEX #B49187 Thatch

📋 copy color: '#B49187'

red 180 ◦ green 145 ◦ blue 135

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

Shades of Thatch #B49187

Tints of Thatch #B49187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.52%

 BLUE value IS 135 (53.13% from 255) = 29.35%

R = 39.13%
G = 31.52%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B49187 (or 0xB49187) is known color: Thatch. HEX triplet: B4, 91 and 87. RGB value is (180,145,135). Sum of RGB (Red+Green+Blue) = 180+145+135=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49187 is #4B6E78. Grayscale: #9A9A9A. Windows color (decimal): -4943481 or 8884660. OLE color: 8884660.

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

Color convert

RGB 180 145 135 -
CMYK 0 0.19 0.25 0.29
HSL 13.33º 0.23% 0.62% -
HSV(B) 13.33º 0.25% 0.71% -
XYZ 33.32 31.7 27.28 -
YUV 154.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 180 145 135 0 0.19 0.25 0.29 13.33 0.23 0.62
Hex B4 91 87 0 13 19 1D D 17 3E
Octal 264 221 207 0 23 31 35 15 27 76
Binary 10110100 10010001 10000111 0 10011 11001 11101 1101 10111 111110

Color Harmonies of #B49187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49187

Black with #B49187

Text Example


Text Example

White with #B49187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49187; }

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

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

background-color css

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

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

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

border-color css

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

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

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