Html Css Color HEX #B99E7D Pale Taupe

📋 copy color: '#B99E7D'

red 185 ◦ green 158 ◦ blue 125

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

Shades of Pale Taupe #B99E7D

Tints of Pale Taupe #B99E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.76%

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

R = 39.53%
G = 33.76%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B99E7D (or 0xB99E7D) is known color: Pale Taupe. HEX triplet: B9, 9E and 7D. RGB value is (185,158,125). Sum of RGB (Red+Green+Blue) = 185+158+125=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E7D is #466182. Grayscale: #A2A2A2. Windows color (decimal): -4612483 or 8232633. OLE color: 8232633.

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

Color convert

RGB 185 158 125 -
CMYK 0 0.15 0.32 0.27
HSL 33º 0.3% 0.61% -
HSV(B) 33º 0.32% 0.73% -
XYZ 35.94 36.25 24.5 -
YUV 162.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 185 158 125 0 0.15 0.32 0.27 33 0.3 0.61
Hex B9 9E 7D 0 F 20 1B 21 1E 3D
Octal 271 236 175 0 17 40 33 41 36 75
Binary 10111001 10011110 1111101 0 1111 100000 11011 100001 11110 111101

Color Harmonies of #B99E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E7D

Black with #B99E7D

Text Example


Text Example

White with #B99E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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