Html Css Color HEX #BFA576 Fallow

📋 copy color: '#BFA576'

red 191 ◦ green 165 ◦ blue 118

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

Shades of Fallow #BFA576

Tints of Fallow #BFA576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.81%

 BLUE value IS 118 (46.48% from 255) = 24.89%

R = 40.3%
G = 34.81%
B = 24.89%

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

#BFA576 (or 0xBFA576) is known color: Fallow. HEX triplet: BF, A5 and 76. RGB value is (191,165,118). Sum of RGB (Red+Green+Blue) = 191+165+118=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA576 is #405A89. Grayscale: #A7A7A7. Windows color (decimal): -4217482 or 7775679. OLE color: 7775679.

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

Color convert

RGB 191 165 118 -
CMYK 0 0.14 0.38 0.25
HSL 38.63º 0.36% 0.61% -
HSV(B) 38.63º 0.38% 0.75% -
XYZ 38.21 39.29 22.71 -
YUV 167.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 191 165 118 0 0.14 0.38 0.25 38.63 0.36 0.61
Hex BF A5 76 0 E 26 19 27 24 3D
Octal 277 245 166 0 16 46 31 47 44 75
Binary 10111111 10100101 1110110 0 1110 100110 11001 100111 100100 111101

Color Harmonies of #BFA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA576

Black with #BFA576

Text Example


Text Example

White with #BFA576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA576; }

 p { color: rgb(191,165,118); }

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

background-color css

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

 a { background-color: rgb(191,165,118); }

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

border-color css

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

 span { border-color: rgb(191,165,118); }

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