Html Css Color HEX #B99490 Thatch

📋 copy color: '#B99490'

red 185 ◦ green 148 ◦ blue 144

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

Shades of Thatch #B99490

Tints of Thatch #B99490

RGB

 RED value IS 185 (72.66% from 255) = 38.78%

 GREEN value IS 148 (58.2% from 255) = 31.03%

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 38.78%
G = 31.03%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B99490 (or 0xB99490) is known color: Thatch. HEX triplet: B9, 94 and 90. RGB value is (185,148,144). Sum of RGB (Red+Green+Blue) = 185+148+144=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B99490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99490 is #466B6F. Grayscale: #9E9E9E. Windows color (decimal): -4615024 or 9475257. OLE color: 9475257.

HSL color Cylindrical-coordinate representation of color #B99490: hue angle of 5.85º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99490 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 144 -
CMYK 0 0.20 0.22 0.27
HSL 5.85º 0.23% 0.65% -
HSV(B) 5.85º 0.22% 0.73% -
XYZ 35.63 33.51 30.98 -
YUV 158.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 185 148 144 0 0.20 0.22 0.27 5.85 0.23 0.65
Hex B9 94 90 0 14 16 1B 6 17 41
Octal 271 224 220 0 24 26 33 6 27 101
Binary 10111001 10010100 10010000 0 10100 10110 11011 110 10111 1000001

Color Harmonies of #B99490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99490

Black with #B99490

Text Example


Text Example

White with #B99490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99490; }

 p { color: rgb(185,148,144); }

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

background-color css

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

 a { background-color: rgb(185,148,144); }

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

border-color css

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

 span { border-color: rgb(185,148,144); }

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