#BFBF5D

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

Shades of Wild Willow #BFBF5D

Tints of Wild Willow #BFBF5D

Color information

#BFBF5D (or 0xBFBF5D) is unknown color: approx Wild Willow. HEX triplet: BF, BF and 5D. RGB value is (191,191,93). Sum of RGB (Red+Green+Blue) = 191+191+93=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF5D is #4040A2. Grayscale: #B4B4B4. Windows color (decimal): -4210851 or 6143935. OLE color: 6143935.

HSL color Cylindrical-coordinate representation of color #BFBF5D: 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.51%. Process color model (Four color, CMYK) of #BFBF5D is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19119193-
CMYK000.510.25
HSL60º43.36%55.69%-
HSV(B)60º51.31%74.9%-
XYZ42.0949.1317.62-
YUV179.8379135.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=40.21%
G=40.21%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119193000.510.256043.3655.69
HexBFBF5D0033193c2b38
Octal277277135006331745370
Binary101111111011111110111010011001111001111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF5D; }

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

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

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

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

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

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

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

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