Html Css Color HEX #BFC669 Wild Willow

📋 copy color: '#BFC669'

red 191 ◦ green 198 ◦ blue 105

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

Shades of Wild Willow #BFC669

Tints of Wild Willow #BFC669

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.08%

 BLUE value IS 105 (41.41% from 255) = 21.26%

R = 38.66%
G = 40.08%
B = 21.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#BFC669 (or 0xBFC669) is known color: Wild Willow. HEX triplet: BF, C6 and 69. RGB value is (191,198,105). Sum of RGB (Red+Green+Blue) = 191+198+105=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC669 is #403996. Grayscale: #B9B9B9. Windows color (decimal): -4209047 or 6932159. OLE color: 6932159.

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

Color convert

RGB 191 198 105 -
CMYK 0.04 0 0.47 0.22
HSL 64.52º 0.45% 0.59% -
HSV(B) 64.52º 0.47% 0.78% -
XYZ 44.23 52.48 21.16 -
YUV 185.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 191 198 105 0.04 0 0.47 0.22 64.52 0.45 0.59
Hex BF C6 69 4 0 2F 16 41 2D 3B
Octal 277 306 151 4 0 57 26 101 55 73
Binary 10111111 11000110 1101001 100 0 101111 10110 1000001 101101 111011

Color Harmonies of #BFC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC669

Black with #BFC669

Text Example


Text Example

White with #BFC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC669; }

 p { color: rgb(191,198,105); }

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

background-color css

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

 a { background-color: rgb(191,198,105); }

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

border-color css

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

 span { border-color: rgb(191,198,105); }

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