Html Css Color HEX #B49D98 Thatch

📋 copy color: '#B49D98'

red 180 ◦ green 157 ◦ blue 152

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

Shades of Thatch #B49D98

Tints of Thatch #B49D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 36.81%
G = 32.11%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B49D98 (or 0xB49D98) is known color: Thatch. HEX triplet: B4, 9D and 98. RGB value is (180,157,152). Sum of RGB (Red+Green+Blue) = 180+157+152=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D98 is #4B6267. Grayscale: #A3A3A3. Windows color (decimal): -4940392 or 10001844. OLE color: 10001844.

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

Color convert

RGB 180 157 152 -
CMYK 0 0.13 0.16 0.29
HSL 10.71º 0.16% 0.65% -
HSV(B) 10.71º 0.16% 0.71% -
XYZ 36.55 36.08 34.74 -
YUV 163.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 180 157 152 0 0.13 0.16 0.29 10.71 0.16 0.65
Hex B4 9D 98 0 D 10 1D B 10 41
Octal 264 235 230 0 15 20 35 13 20 101
Binary 10110100 10011101 10011000 0 1101 10000 11101 1011 10000 1000001

Color Harmonies of #B49D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D98

Black with #B49D98

Text Example


Text Example

White with #B49D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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