Html Css Color HEX #B99679 Pale Taupe

📋 copy color: '#B99679'

red 185 ◦ green 150 ◦ blue 121

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

Shades of Pale Taupe #B99679

Tints of Pale Taupe #B99679

RGB

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

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

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

R = 40.57%
G = 32.89%
B = 26.54%

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

#B99679 (or 0xB99679) is known color: Pale Taupe. HEX triplet: B9, 96 and 79. RGB value is (185,150,121). Sum of RGB (Red+Green+Blue) = 185+150+121=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B99679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99679 is #466986. Grayscale: #9D9D9D. Windows color (decimal): -4614535 or 7968441. OLE color: 7968441.

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

Color convert

RGB 185 150 121 -
CMYK 0 0.19 0.35 0.27
HSL 27.19º 0.31% 0.6% -
HSV(B) 27.19º 0.35% 0.73% -
XYZ 34.37 33.51 22.75 -
YUV 157.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 185 150 121 0 0.19 0.35 0.27 27.19 0.31 0.6
Hex B9 96 79 0 13 23 1B 1B 1F 3C
Octal 271 226 171 0 23 43 33 33 37 74
Binary 10111001 10010110 1111001 0 10011 100011 11011 11011 11111 111100

Color Harmonies of #B99679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99679

Black with #B99679

Text Example


Text Example

White with #B99679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99679; }

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

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

background-color css

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

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

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

border-color css

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

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

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