Html Css Color HEX #BFA071 Fallow

📋 copy color: '#BFA071'

red 191 ◦ green 160 ◦ blue 113

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

Shades of Fallow #BFA071

Tints of Fallow #BFA071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 41.16%
G = 34.48%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFA071 (or 0xBFA071) is known color: Fallow. HEX triplet: BF, A0 and 71. RGB value is (191,160,113). Sum of RGB (Red+Green+Blue) = 191+160+113=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA071 is #405F8E. Grayscale: #A4A4A4. Windows color (decimal): -4218767 or 7446719. OLE color: 7446719.

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

Color convert

RGB 191 160 113 -
CMYK 0 0.16 0.41 0.25
HSL 36.15º 0.38% 0.6% -
HSV(B) 36.15º 0.41% 0.75% -
XYZ 37.04 37.41 20.89 -
YUV 163.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 191 160 113 0 0.16 0.41 0.25 36.15 0.38 0.6
Hex BF A0 71 0 10 29 19 24 26 3C
Octal 277 240 161 0 20 51 31 44 46 74
Binary 10111111 10100000 1110001 0 10000 101001 11001 100100 100110 111100

Color Harmonies of #BFA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA071

Black with #BFA071

Text Example


Text Example

White with #BFA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA071; }

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

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

background-color css

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

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

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

border-color css

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

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

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