Html Css Color HEX #B99C7D Pale Taupe

📋 copy color: '#B99C7D'

red 185 ◦ green 156 ◦ blue 125

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

Shades of Pale Taupe #B99C7D

Tints of Pale Taupe #B99C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.48%

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 39.7%
G = 33.48%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B99C7D (or 0xB99C7D) is known color: Pale Taupe. HEX triplet: B9, 9C and 7D. RGB value is (185,156,125). Sum of RGB (Red+Green+Blue) = 185+156+125=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C7D is #466382. Grayscale: #A1A1A1. Windows color (decimal): -4612995 or 8232121. OLE color: 8232121.

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

Color convert

RGB 185 156 125 -
CMYK 0 0.16 0.32 0.27
HSL 31º 0.3% 0.61% -
HSV(B) 31º 0.32% 0.73% -
XYZ 35.6 35.57 24.39 -
YUV 161.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 185 156 125 0 0.16 0.32 0.27 31 0.3 0.61
Hex B9 9C 7D 0 10 20 1B 1F 1E 3D
Octal 271 234 175 0 20 40 33 37 36 75
Binary 10111001 10011100 1111101 0 10000 100000 11011 11111 11110 111101

Color Harmonies of #B99C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C7D

Black with #B99C7D

Text Example


Text Example

White with #B99C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C7D; }

 p { color: rgb(185,156,125); }

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

background-color css

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

 a { background-color: rgb(185,156,125); }

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

border-color css

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

 span { border-color: rgb(185,156,125); }

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