Html Css Color HEX #BFC063 Wild Willow

📋 copy color: '#BFC063'

red 191 ◦ green 192 ◦ blue 99

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

Shades of Wild Willow #BFC063

Tints of Wild Willow #BFC063

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 99 (39.06% from 255) = 20.54%

R = 39.63%
G = 39.83%
B = 20.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFC063 (or 0xBFC063) is known color: Wild Willow. HEX triplet: BF, C0 and 63. RGB value is (191,192,99). Sum of RGB (Red+Green+Blue) = 191+192+99=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC063 is #403F9C. Grayscale: #B5B5B5. Windows color (decimal): -4210589 or 6537407. OLE color: 6537407.

HSL color Cylindrical-coordinate representation of color #BFC063: hue angle of 60.65º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFC063 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 99 -
CMYK 0.01 0 0.48 0.25
HSL 60.65º 0.42% 0.57% -
HSV(B) 60.65º 0.48% 0.75% -
XYZ 42.59 49.68 19.15 -
YUV 181.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 191 192 99 0.01 0 0.48 0.25 60.65 0.42 0.57
Hex BF C0 63 1 0 30 19 3D 2A 39
Octal 277 300 143 1 0 60 31 75 52 71
Binary 10111111 11000000 1100011 1 0 110000 11001 111101 101010 111001

Color Harmonies of #BFC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC063

Black with #BFC063

Text Example


Text Example

White with #BFC063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC063; }

 p { color: rgb(191,192,99); }

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

background-color css

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

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

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

border-color css

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

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

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