#BFCF71

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

Shades of Wild Willow #BFCF71

Tints of Wild Willow #BFCF71

Color information

#BFCF71 (or 0xBFCF71) is unknown color: approx Wild Willow. HEX triplet: BF, CF and 71. RGB value is (191,207,113). Sum of RGB (Red+Green+Blue) = 191+207+113=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF71 is #40308E. Grayscale: #BFBFBF. Windows color (decimal): -4206735 or 7458751. OLE color: 7458751.

HSL color Cylindrical-coordinate representation of color #BFCF71: hue angle of 70.21º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFCF71 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB191207113-
CMYK0.0800.450.19
HSL70.21º49.47%62.75%-
HSV(B)70.21º45.41%81.18%-
XYZ46.7856.8924.14-
YUV191.583.7127.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 207 (81.25% from 255) = 40.51%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=37.38%
G=40.51%
B=22.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071130.0800.450.1970.2149.4762.75
HexBFCF71802D1346313f
Octal27731716110055231066177
Binary1011111111001111111000110000101101100111000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF71; }

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

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

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

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

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

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

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

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