Html Css Color HEX #B9A07F Pale Taupe

📋 copy color: '#B9A07F'

red 185 ◦ green 160 ◦ blue 127

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

Shades of Pale Taupe #B9A07F

Tints of Pale Taupe #B9A07F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.9%

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

R = 39.19%
G = 33.9%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9A07F (or 0xB9A07F) is known color: Pale Taupe. HEX triplet: B9, A0 and 7F. RGB value is (185,160,127). Sum of RGB (Red+Green+Blue) = 185+160+127=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A07F is #465F80. Grayscale: #A3A3A3. Windows color (decimal): -4611969 or 8364217. OLE color: 8364217.

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

Color convert

RGB 185 160 127 -
CMYK 0 0.14 0.31 0.27
HSL 34.14º 0.29% 0.61% -
HSV(B) 34.14º 0.31% 0.73% -
XYZ 36.41 36.99 25.3 -
YUV 163.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 185 160 127 0 0.14 0.31 0.27 34.14 0.29 0.61
Hex B9 A0 7F 0 E 1F 1B 22 1D 3D
Octal 271 240 177 0 16 37 33 42 35 75
Binary 10111001 10100000 1111111 0 1110 11111 11011 100010 11101 111101

Color Harmonies of #B9A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A07F

Black with #B9A07F

Text Example


Text Example

White with #B9A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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