Html Css Color HEX #B99579 Pale Taupe

📋 copy color: '#B99579'

red 185 ◦ green 149 ◦ blue 121

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

Shades of Pale Taupe #B99579

Tints of Pale Taupe #B99579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.59%

R = 40.66%
G = 32.75%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B99579 (or 0xB99579) is known color: Pale Taupe. HEX triplet: B9, 95 and 79. RGB value is (185,149,121). Sum of RGB (Red+Green+Blue) = 185+149+121=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B99579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99579 is #466A86. Grayscale: #9C9C9C. Windows color (decimal): -4614791 or 7968185. OLE color: 7968185.

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

Color convert

RGB 185 149 121 -
CMYK 0 0.19 0.35 0.27
HSL 26.25º 0.31% 0.6% -
HSV(B) 26.25º 0.35% 0.73% -
XYZ 34.21 33.19 22.69 -
YUV 156.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 185 149 121 0 0.19 0.35 0.27 26.25 0.31 0.6
Hex B9 95 79 0 13 23 1B 1A 1F 3C
Octal 271 225 171 0 23 43 33 32 37 74
Binary 10111001 10010101 1111001 0 10011 100011 11011 11010 11111 111100

Color Harmonies of #B99579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99579

Black with #B99579

Text Example


Text Example

White with #B99579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99579; }

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

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

background-color css

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

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

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

border-color css

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

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

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