Html Css Color HEX #BFCF73 Wild Willow

📋 copy color: '#BFCF73'

red 191 ◦ green 207 ◦ blue 115

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

Shades of Wild Willow #BFCF73

Tints of Wild Willow #BFCF73

RGB

 RED value IS 191 (75% from 255) = 37.23%

 GREEN value IS 207 (81.25% from 255) = 40.35%

 BLUE value IS 115 (45.31% from 255) = 22.42%

R = 37.23%
G = 40.35%
B = 22.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#BFCF73 (or 0xBFCF73) is known color: Wild Willow. HEX triplet: BF, CF and 73. RGB value is (191,207,115). Sum of RGB (Red+Green+Blue) = 191+207+115=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF73 is #40308C. Grayscale: #C0C0C0. Windows color (decimal): -4206733 or 7589823. OLE color: 7589823.

HSL color Cylindrical-coordinate representation of color #BFCF73: hue angle of 70.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFCF73 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 115 -
CMYK 0.08 0 0.44 0.19
HSL 70.43º 0.49% 0.63% -
HSV(B) 70.43º 0.44% 0.81% -
XYZ 46.89 56.94 24.74 -
YUV 191.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 191 207 115 0.08 0 0.44 0.19 70.43 0.49 0.63
Hex BF CF 73 8 0 2C 13 46 31 3F
Octal 277 317 163 10 0 54 23 106 61 77
Binary 10111111 11001111 1110011 1000 0 101100 10011 1000110 110001 111111

Color Harmonies of #BFCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF73

Black with #BFCF73

Text Example


Text Example

White with #BFCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF73; }

 p { color: rgb(191,207,115); }

 H1.HeaderClassName
 {
   color: #BFCF73;
 }
 .AnyTagClassName
 {
   color: #BFCF73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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