#BFA372

Color #BFA372 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #BFA372

Tints of Fallow #BFA372

Color information

#BFA372 (or 0xBFA372) is unknown color: approx Fallow. HEX triplet: BF, A3 and 72. RGB value is (191,163,114). Sum of RGB (Red+Green+Blue) = 191+163+114=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA372 is #405C8D. Grayscale: #A6A6A6. Windows color (decimal): -4217998 or 7513023. OLE color: 7513023.

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

Color convert

RGB191163114-
CMYK00.150.400.25
HSL38.18º37.56%59.8%-
HSV(B)38.18º40.31%74.9%-
XYZ37.6238.4921.37-
YUV165.7998.78145.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=40.81%
G=34.83%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116311400.150.400.2538.1837.5659.8
HexBFA3720F281926263c
Octal2772431620175031464674
Binary101111111010001111100100111110100011001100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA372; }

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

 H1.HeaderClassName
 {
   color: #BFA372;
 }
 .AnyTagClassName
 {
   color: #BFA372;
 }
</style>
background-color css

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

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

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

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

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

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