Html Css Color HEX #B99676 Pale Taupe

📋 copy color: '#B99676'

red 185 ◦ green 150 ◦ blue 118

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

Shades of Pale Taupe #B99676

Tints of Pale Taupe #B99676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.05%

R = 40.84%
G = 33.11%
B = 26.05%

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

#B99676 (or 0xB99676) is known color: Pale Taupe. HEX triplet: B9, 96 and 76. RGB value is (185,150,118). Sum of RGB (Red+Green+Blue) = 185+150+118=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B99676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99676 is #466989. Grayscale: #9C9C9C. Windows color (decimal): -4614538 or 7771833. OLE color: 7771833.

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

Color convert

RGB 185 150 118 -
CMYK 0 0.19 0.36 0.27
HSL 28.66º 0.32% 0.59% -
HSV(B) 28.66º 0.36% 0.73% -
XYZ 34.18 33.43 21.79 -
YUV 156.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 185 150 118 0 0.19 0.36 0.27 28.66 0.32 0.59
Hex B9 96 76 0 13 24 1B 1D 20 3B
Octal 271 226 166 0 23 44 33 35 40 73
Binary 10111001 10010110 1110110 0 10011 100100 11011 11101 100000 111011

Color Harmonies of #B99676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99676

Black with #B99676

Text Example


Text Example

White with #B99676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99676; }

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

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

background-color css

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

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

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

border-color css

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

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

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