Html Css Color HEX #B99A7F Pale Taupe

📋 copy color: '#B99A7F'

red 185 ◦ green 154 ◦ blue 127

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

Shades of Pale Taupe #B99A7F

Tints of Pale Taupe #B99A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.05%

 BLUE value IS 127 (50% from 255) = 27.25%

R = 39.7%
G = 33.05%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B99A7F (or 0xB99A7F) is known color: Pale Taupe. HEX triplet: B9, 9A and 7F. RGB value is (185,154,127). Sum of RGB (Red+Green+Blue) = 185+154+127=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A7F is #466580. Grayscale: #A0A0A0. Windows color (decimal): -4613505 or 8362681. OLE color: 8362681.

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

Color convert

RGB 185 154 127 -
CMYK 0 0.17 0.31 0.27
HSL 27.93º 0.29% 0.61% -
HSV(B) 27.93º 0.31% 0.73% -
XYZ 35.39 34.96 24.96 -
YUV 160.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 185 154 127 0 0.17 0.31 0.27 27.93 0.29 0.61
Hex B9 9A 7F 0 11 1F 1B 1C 1D 3D
Octal 271 232 177 0 21 37 33 34 35 75
Binary 10111001 10011010 1111111 0 10001 11111 11011 11100 11101 111101

Color Harmonies of #B99A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99A7F

Black with #B99A7F

Text Example


Text Example

White with #B99A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99A7F; }

 p { color: rgb(185,154,127); }

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

background-color css

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

 a { background-color: rgb(185,154,127); }

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

border-color css

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

 span { border-color: rgb(185,154,127); }

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