Html Css Color HEX #BFA079 Pale Taupe

📋 copy color: '#BFA079'

red 191 ◦ green 160 ◦ blue 121

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

Shades of Pale Taupe #BFA079

Tints of Pale Taupe #BFA079

RGB

 RED value IS 191 (75% from 255) = 40.47%

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

 BLUE value IS 121 (47.66% from 255) = 25.64%

R = 40.47%
G = 33.9%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFA079 (or 0xBFA079) is known color: Pale Taupe. HEX triplet: BF, A0 and 79. RGB value is (191,160,121). Sum of RGB (Red+Green+Blue) = 191+160+121=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA079 is #405F86. Grayscale: #A5A5A5. Windows color (decimal): -4218759 or 7971007. OLE color: 7971007.

HSL color Cylindrical-coordinate representation of color #BFA079: hue angle of 33.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFA079 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 160 121 -
CMYK 0 0.16 0.37 0.25
HSL 33.43º 0.35% 0.61% -
HSV(B) 33.43º 0.37% 0.75% -
XYZ 37.51 37.6 23.37 -
YUV 164.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 191 160 121 0 0.16 0.37 0.25 33.43 0.35 0.61
Hex BF A0 79 0 10 25 19 21 23 3D
Octal 277 240 171 0 20 45 31 41 43 75
Binary 10111111 10100000 1111001 0 10000 100101 11001 100001 100011 111101

Color Harmonies of #BFA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA079

Black with #BFA079

Text Example


Text Example

White with #BFA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA079; }

 p { color: rgb(191,160,121); }

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

background-color css

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

 a { background-color: rgb(191,160,121); }

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

border-color css

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

 span { border-color: rgb(191,160,121); }

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