Html Css Color HEX #B49D99 Thatch

📋 copy color: '#B49D99'

red 180 ◦ green 157 ◦ blue 153

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

Shades of Thatch #B49D99

Tints of Thatch #B49D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.04%

 BLUE value IS 153 (60.16% from 255) = 31.22%

R = 36.73%
G = 32.04%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B49D99 (or 0xB49D99) is known color: Thatch. HEX triplet: B4, 9D and 99. RGB value is (180,157,153). Sum of RGB (Red+Green+Blue) = 180+157+153=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D99 is #4B6266. Grayscale: #A3A3A3. Windows color (decimal): -4940391 or 10067380. OLE color: 10067380.

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

Color convert

RGB 180 157 153 -
CMYK 0 0.13 0.15 0.29
HSL 8.89º 0.15% 0.65% -
HSV(B) 8.89º 0.15% 0.71% -
XYZ 36.63 36.12 35.18 -
YUV 163.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 180 157 153 0 0.13 0.15 0.29 8.89 0.15 0.65
Hex B4 9D 99 0 D F 1D 9 F 41
Octal 264 235 231 0 15 17 35 11 17 101
Binary 10110100 10011101 10011001 0 1101 1111 11101 1001 1111 1000001

Color Harmonies of #B49D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D99

Black with #B49D99

Text Example


Text Example

White with #B49D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D99; }

 p { color: rgb(180,157,153); }

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

background-color css

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

 a { background-color: rgb(180,157,153); }

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

border-color css

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

 span { border-color: rgb(180,157,153); }

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