Html Css Color HEX #B99677 Pale Taupe

📋 copy color: '#B99677'

red 185 ◦ green 150 ◦ blue 119

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

Shades of Pale Taupe #B99677

Tints of Pale Taupe #B99677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 40.75%
G = 33.04%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B99677 (or 0xB99677) is known color: Pale Taupe. HEX triplet: B9, 96 and 77. RGB value is (185,150,119). Sum of RGB (Red+Green+Blue) = 185+150+119=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B99677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99677 is #466988. Grayscale: #9D9D9D. Windows color (decimal): -4614537 or 7837369. OLE color: 7837369.

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

Color convert

RGB 185 150 119 -
CMYK 0 0.19 0.36 0.27
HSL 28.18º 0.32% 0.6% -
HSV(B) 28.18º 0.36% 0.73% -
XYZ 34.24 33.46 22.11 -
YUV 156.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 185 150 119 0 0.19 0.36 0.27 28.18 0.32 0.6
Hex B9 96 77 0 13 24 1B 1C 20 3C
Octal 271 226 167 0 23 44 33 34 40 74
Binary 10111001 10010110 1110111 0 10011 100100 11011 11100 100000 111100

Color Harmonies of #B99677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99677

Black with #B99677

Text Example


Text Example

White with #B99677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99677; }

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

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

background-color css

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

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

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

border-color css

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

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

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