Html Css Color HEX #BFCF71 Wild Willow

📋 copy color: '#BFCF71'

red 191 ◦ green 207 ◦ blue 113

#BFCF71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BFCF71

Tints of Wild Willow #BFCF71

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 value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#BFCF71 (or 0xBFCF71) is known color: 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

RGB 191 207 113 -
CMYK 0.08 0 0.45 0.19
HSL 70.21º 0.49% 0.63% -
HSV(B) 70.21º 0.45% 0.81% -
XYZ 46.78 56.89 24.14 -
YUV 191.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 191 207 113 0.08 0 0.45 0.19 70.21 0.49 0.63
Hex BF CF 71 8 0 2D 13 46 31 3F
Octal 277 317 161 10 0 55 23 106 61 77
Binary 10111111 11001111 1110001 1000 0 101101 10011 1000110 110001 111111

Color Harmonies of #BFCF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF71

Black with #BFCF71

Text Example


Text Example

White with #BFCF71

Text Example


Text Example

HTML Codes & Css Web 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>