Html Css Color HEX #B99590 Thatch

📋 copy color: '#B99590'

red 185 ◦ green 149 ◦ blue 144

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

Shades of Thatch #B99590

Tints of Thatch #B99590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

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

R = 38.7%
G = 31.17%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B99590 (or 0xB99590) is known color: Thatch. HEX triplet: B9, 95 and 90. RGB value is (185,149,144). Sum of RGB (Red+Green+Blue) = 185+149+144=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B99590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99590 is #466A6F. Grayscale: #9F9F9F. Windows color (decimal): -4614768 or 9475513. OLE color: 9475513.

HSL color Cylindrical-coordinate representation of color #B99590: hue angle of 7.32º 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 #B99590 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 144 -
CMYK 0 0.19 0.22 0.27
HSL 7.32º 0.23% 0.65% -
HSV(B) 7.32º 0.22% 0.73% -
XYZ 35.79 33.82 31.03 -
YUV 159.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 185 149 144 0 0.19 0.22 0.27 7.32 0.23 0.65
Hex B9 95 90 0 13 16 1B 7 17 41
Octal 271 225 220 0 23 26 33 7 27 101
Binary 10111001 10010101 10010000 0 10011 10110 11011 111 10111 1000001

Color Harmonies of #B99590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99590

Black with #B99590

Text Example


Text Example

White with #B99590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99590; }

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

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

background-color css

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

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

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

border-color css

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

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

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