Html Css Color HEX #BFC160 Wild Willow

📋 copy color: '#BFC160'

red 191 ◦ green 193 ◦ blue 96

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

Shades of Wild Willow #BFC160

Tints of Wild Willow #BFC160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.21%

 BLUE value IS 96 (37.89% from 255) = 20%

R = 39.79%
G = 40.21%
B = 20%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BFC160 (or 0xBFC160) is known color: Wild Willow. HEX triplet: BF, C1 and 60. RGB value is (191,193,96). Sum of RGB (Red+Green+Blue) = 191+193+96=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC160 is #403E9F. Grayscale: #B5B5B5. Windows color (decimal): -4210336 or 6341055. OLE color: 6341055.

HSL color Cylindrical-coordinate representation of color #BFC160: hue angle of 61.24º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFC160 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 96 -
CMYK 0.01 0 0.50 0.24
HSL 61.24º 0.44% 0.57% -
HSV(B) 61.24º 0.5% 0.76% -
XYZ 42.67 50.06 18.48 -
YUV 181.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 191 193 96 0.01 0 0.50 0.24 61.24 0.44 0.57
Hex BF C1 60 1 0 32 18 3D 2C 39
Octal 277 301 140 1 0 62 30 75 54 71
Binary 10111111 11000001 1100000 1 0 110010 11000 111101 101100 111001

Color Harmonies of #BFC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC160

Black with #BFC160

Text Example


Text Example

White with #BFC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC160; }

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

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

background-color css

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

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

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

border-color css

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

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

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