Html Css Color HEX #BFA477 Fallow

📋 copy color: '#BFA477'

red 191 ◦ green 164 ◦ blue 119

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

Shades of Fallow #BFA477

Tints of Fallow #BFA477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.6%

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 40.3%
G = 34.6%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BFA477 (or 0xBFA477) is known color: Fallow. HEX triplet: BF, A4 and 77. RGB value is (191,164,119). Sum of RGB (Red+Green+Blue) = 191+164+119=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA477 is #405B88. Grayscale: #A7A7A7. Windows color (decimal): -4217737 or 7840959. OLE color: 7840959.

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

Color convert

RGB 191 164 119 -
CMYK 0 0.14 0.38 0.25
HSL 37.5º 0.36% 0.61% -
HSV(B) 37.5º 0.38% 0.75% -
XYZ 38.09 38.96 22.97 -
YUV 166.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 191 164 119 0 0.14 0.38 0.25 37.5 0.36 0.61
Hex BF A4 77 0 E 26 19 26 24 3D
Octal 277 244 167 0 16 46 31 46 44 75
Binary 10111111 10100100 1110111 0 1110 100110 11001 100110 100100 111101

Color Harmonies of #BFA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA477

Black with #BFA477

Text Example


Text Example

White with #BFA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA477; }

 p { color: rgb(191,164,119); }

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

background-color css

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

 a { background-color: rgb(191,164,119); }

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

border-color css

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

 span { border-color: rgb(191,164,119); }

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