Html Css Color HEX #B99577 Pale Taupe

📋 copy color: '#B99577'

red 185 ◦ green 149 ◦ blue 119

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

Shades of Pale Taupe #B99577

Tints of Pale Taupe #B99577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 40.84%
G = 32.89%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B99577 (or 0xB99577) is known color: Pale Taupe. HEX triplet: B9, 95 and 77. RGB value is (185,149,119). Sum of RGB (Red+Green+Blue) = 185+149+119=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B99577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99577 is #466A88. Grayscale: #9C9C9C. Windows color (decimal): -4614793 or 7837113. OLE color: 7837113.

HSL color Cylindrical-coordinate representation of color #B99577: hue angle of 27.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99577 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 119 -
CMYK 0 0.19 0.36 0.27
HSL 27.27º 0.32% 0.6% -
HSV(B) 27.27º 0.36% 0.73% -
XYZ 34.08 33.14 22.05 -
YUV 156.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 185 149 119 0 0.19 0.36 0.27 27.27 0.32 0.6
Hex B9 95 77 0 13 24 1B 1B 20 3C
Octal 271 225 167 0 23 44 33 33 40 74
Binary 10111001 10010101 1110111 0 10011 100100 11011 11011 100000 111100

Color Harmonies of #B99577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99577

Black with #B99577

Text Example


Text Example

White with #B99577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99577; }

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

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

background-color css

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

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

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

border-color css

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

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

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