#BFC860

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

Shades of Wild Willow #BFC860

Tints of Wild Willow #BFC860

Color information

#BFC860 (or 0xBFC860) is unknown color: approx Wild Willow. HEX triplet: BF, C8 and 60. RGB value is (191,200,96). Sum of RGB (Red+Green+Blue) = 191+200+96=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC860 is #40379F. Grayscale: #B9B9B9. Windows color (decimal): -4208544 or 6342847. OLE color: 6342847.

HSL color Cylindrical-coordinate representation of color #BFC860: hue angle of 65.19º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC860 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19120096-
CMYK0.0400.520.22
HSL65.19º48.6%58.04%-
HSV(B)65.19º52%78.43%-
XYZ44.2553.2319.01-
YUV185.4577.52131.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 96 (37.89% from 255) = 19.71%
R=39.22%
G=41.07%
B=19.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191200960.0400.520.2265.1948.658.04
HexBFC86040341641313a
Octal2773101404064261016172
Binary101111111100100011000001000110100101101000001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC860; }

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

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

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

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

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

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

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

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