Html Css Color HEX #B99674 Pale Taupe

📋 copy color: '#B99674'

red 185 ◦ green 150 ◦ blue 116

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

Shades of Pale Taupe #B99674

Tints of Pale Taupe #B99674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.26%

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

R = 41.02%
G = 33.26%
B = 25.72%

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

#B99674 (or 0xB99674) is known color: Pale Taupe. HEX triplet: B9, 96 and 74. RGB value is (185,150,116). Sum of RGB (Red+Green+Blue) = 185+150+116=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B99674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99674 is #46698B. Grayscale: #9C9C9C. Windows color (decimal): -4614540 or 7640761. OLE color: 7640761.

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

Color convert

RGB 185 150 116 -
CMYK 0 0.19 0.37 0.27
HSL 29.57º 0.33% 0.59% -
HSV(B) 29.57º 0.37% 0.73% -
XYZ 34.07 33.39 21.17 -
YUV 156.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 185 150 116 0 0.19 0.37 0.27 29.57 0.33 0.59
Hex B9 96 74 0 13 25 1B 1E 21 3B
Octal 271 226 164 0 23 45 33 36 41 73
Binary 10111001 10010110 1110100 0 10011 100101 11011 11110 100001 111011

Color Harmonies of #B99674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99674

Black with #B99674

Text Example


Text Example

White with #B99674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99674; }

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

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

background-color css

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

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

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

border-color css

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

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

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