Html Css Color HEX #BFA379 Fallow

📋 copy color: '#BFA379'

red 191 ◦ green 163 ◦ blue 121

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

Shades of Fallow #BFA379

Tints of Fallow #BFA379

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.32%

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

R = 40.21%
G = 34.32%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFA379 (or 0xBFA379) is known color: Fallow. HEX triplet: BF, A3 and 79. RGB value is (191,163,121). Sum of RGB (Red+Green+Blue) = 191+163+121=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA379 is #405C86. Grayscale: #A6A6A6. Windows color (decimal): -4217991 or 7971775. OLE color: 7971775.

HSL color Cylindrical-coordinate representation of color #BFA379: hue angle of 36º 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 #BFA379 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 163 121 -
CMYK 0 0.15 0.37 0.25
HSL 36º 0.35% 0.61% -
HSV(B) 36º 0.37% 0.75% -
XYZ 38.03 38.65 23.54 -
YUV 166.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 191 163 121 0 0.15 0.37 0.25 36 0.35 0.61
Hex BF A3 79 0 F 25 19 24 23 3D
Octal 277 243 171 0 17 45 31 44 43 75
Binary 10111111 10100011 1111001 0 1111 100101 11001 100100 100011 111101

Color Harmonies of #BFA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA379

Black with #BFA379

Text Example


Text Example

White with #BFA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA379; }

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

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

background-color css

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

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

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

border-color css

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

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

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