Html Css Color HEX #B99F7E Pale Taupe

📋 copy color: '#B99F7E'

red 185 ◦ green 159 ◦ blue 126

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

Shades of Pale Taupe #B99F7E

Tints of Pale Taupe #B99F7E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.83%

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 39.36%
G = 33.83%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B99F7E (or 0xB99F7E) is known color: Pale Taupe. HEX triplet: B9, 9F and 7E. RGB value is (185,159,126). Sum of RGB (Red+Green+Blue) = 185+159+126=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F7E is #466081. Grayscale: #A3A3A3. Windows color (decimal): -4612226 or 8298425. OLE color: 8298425.

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

Color convert

RGB 185 159 126 -
CMYK 0 0.14 0.32 0.27
HSL 33.56º 0.3% 0.61% -
HSV(B) 33.56º 0.32% 0.73% -
XYZ 36.17 36.62 24.9 -
YUV 163.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 185 159 126 0 0.14 0.32 0.27 33.56 0.3 0.61
Hex B9 9F 7E 0 E 20 1B 22 1E 3D
Octal 271 237 176 0 16 40 33 42 36 75
Binary 10111001 10011111 1111110 0 1110 100000 11011 100010 11110 111101

Color Harmonies of #B99F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99F7E

Black with #B99F7E

Text Example


Text Example

White with #B99F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99F7E; }

 p { color: rgb(185,159,126); }

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

background-color css

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

 a { background-color: rgb(185,159,126); }

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

border-color css

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

 span { border-color: rgb(185,159,126); }

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