#BFBF60

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

Shades of Wild Willow #BFBF60

Tints of Wild Willow #BFBF60

Color information

#BFBF60 (or 0xBFBF60) is unknown color: approx Wild Willow. HEX triplet: BF, BF and 60. RGB value is (191,191,96). Sum of RGB (Red+Green+Blue) = 191+191+96=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF60 is #40409F. Grayscale: #B4B4B4. Windows color (decimal): -4210848 or 6340543. OLE color: 6340543.

HSL color Cylindrical-coordinate representation of color #BFBF60: 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 #BFBF60 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19119196-
CMYK000.500.25
HSL60º42.6%56.27%-
HSV(B)60º49.74%74.9%-
XYZ42.2349.1818.33-
YUV180.1780.5135.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 96 (37.89% from 255) = 20.08%
R=39.96%
G=39.96%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119196000.500.256042.656.27
HexBFBF600032193c2b38
Octal277277140006231745370
Binary101111111011111111000000011001011001111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF60; }

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

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

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

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

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

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

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

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