Html Css Color HEX #B99574 Pale Taupe

📋 copy color: '#B99574'

red 185 ◦ green 149 ◦ blue 116

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

Shades of Pale Taupe #B99574

Tints of Pale Taupe #B99574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 41.11%
G = 33.11%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B99574 (or 0xB99574) is known color: Pale Taupe. HEX triplet: B9, 95 and 74. RGB value is (185,149,116). Sum of RGB (Red+Green+Blue) = 185+149+116=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B99574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99574 is #466A8B. Grayscale: #9C9C9C. Windows color (decimal): -4614796 or 7640505. OLE color: 7640505.

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

Color convert

RGB 185 149 116 -
CMYK 0 0.19 0.37 0.27
HSL 28.7º 0.33% 0.59% -
HSV(B) 28.7º 0.37% 0.73% -
XYZ 33.91 33.07 21.12 -
YUV 156 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 185 149 116 0 0.19 0.37 0.27 28.7 0.33 0.59
Hex B9 95 74 0 13 25 1B 1D 21 3B
Octal 271 225 164 0 23 45 33 35 41 73
Binary 10111001 10010101 1110100 0 10011 100101 11011 11101 100001 111011

Color Harmonies of #B99574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99574

Black with #B99574

Text Example


Text Example

White with #B99574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99574; }

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

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

background-color css

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

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

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

border-color css

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

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

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