Html Css Color HEX #B99591 Thatch

📋 copy color: '#B99591'

red 185 ◦ green 149 ◦ blue 145

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

Shades of Thatch #B99591

Tints of Thatch #B99591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.27%

R = 38.62%
G = 31.11%
B = 30.27%

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

#B99591 (or 0xB99591) is known color: Thatch. HEX triplet: B9, 95 and 91. RGB value is (185,149,145). Sum of RGB (Red+Green+Blue) = 185+149+145=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B99591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99591 is #466A6E. Grayscale: #9F9F9F. Windows color (decimal): -4614767 or 9541049. OLE color: 9541049.

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

Color convert

RGB 185 149 145 -
CMYK 0 0.19 0.22 0.27
HSL 0.22% 0.65% -
HSV(B) 0.22% 0.73% -
XYZ 35.87 33.85 31.43 -
YUV 159.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 185 149 145 0 0.19 0.22 0.27 6 0.22 0.65
Hex B9 95 91 0 13 16 1B 6 16 41
Octal 271 225 221 0 23 26 33 6 26 101
Binary 10111001 10010101 10010001 0 10011 10110 11011 110 10110 1000001

Color Harmonies of #B99591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99591

Black with #B99591

Text Example


Text Example

White with #B99591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99591; }

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

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

background-color css

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

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

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

border-color css

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

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

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