#BFBF5F

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

Shades of Wild Willow #BFBF5F

Tints of Wild Willow #BFBF5F

Color information

#BFBF5F (or 0xBFBF5F) is unknown color: approx Wild Willow. HEX triplet: BF, BF and 5F. RGB value is (191,191,95). Sum of RGB (Red+Green+Blue) = 191+191+95=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF5F is #4040A0. Grayscale: #B4B4B4. Windows color (decimal): -4210849 or 6275007. OLE color: 6275007.

HSL color Cylindrical-coordinate representation of color #BFBF5F: hue angle of 60º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFBF5F is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19119195-
CMYK000.500.25
HSL60º42.86%56.08%-
HSV(B)60º50.26%74.9%-
XYZ42.1849.1618.09-
YUV180.0680135.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 95 (37.5% from 255) = 19.92%
R=40.04%
G=40.04%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119195000.500.256042.8656.08
HexBFBF5F0032193c2b38
Octal277277137006231745370
Binary101111111011111110111110011001011001111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF5F; }

 p { color: rgb(191,191,95); }

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

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

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

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

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

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

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