Html Css Color HEX #B99578 Pale Taupe

📋 copy color: '#B99578'

red 185 ◦ green 149 ◦ blue 120

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

Shades of Pale Taupe #B99578

Tints of Pale Taupe #B99578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.43%

R = 40.75%
G = 32.82%
B = 26.43%

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

#B99578 (or 0xB99578) is known color: Pale Taupe. HEX triplet: B9, 95 and 78. RGB value is (185,149,120). Sum of RGB (Red+Green+Blue) = 185+149+120=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B99578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99578 is #466A87. Grayscale: #9C9C9C. Windows color (decimal): -4614792 or 7902649. OLE color: 7902649.

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

Color convert

RGB 185 149 120 -
CMYK 0 0.19 0.35 0.27
HSL 26.77º 0.32% 0.6% -
HSV(B) 26.77º 0.35% 0.73% -
XYZ 34.15 33.17 22.37 -
YUV 156.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 185 149 120 0 0.19 0.35 0.27 26.77 0.32 0.6
Hex B9 95 78 0 13 23 1B 1B 20 3C
Octal 271 225 170 0 23 43 33 33 40 74
Binary 10111001 10010101 1111000 0 10011 100011 11011 11011 100000 111100

Color Harmonies of #B99578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99578

Black with #B99578

Text Example


Text Example

White with #B99578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99578; }

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

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

background-color css

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

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

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

border-color css

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

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

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