Html Css Color HEX #BFCF67 Wild Willow

📋 copy color: '#BFCF67'

red 191 ◦ green 207 ◦ blue 103

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

Shades of Wild Willow #BFCF67

Tints of Wild Willow #BFCF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.56%

R = 38.12%
G = 41.32%
B = 20.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#BFCF67 (or 0xBFCF67) is known color: Wild Willow. HEX triplet: BF, CF and 67. RGB value is (191,207,103). Sum of RGB (Red+Green+Blue) = 191+207+103=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF67 is #403098. Grayscale: #BEBEBE. Windows color (decimal): -4206745 or 6803391. OLE color: 6803391.

HSL color Cylindrical-coordinate representation of color #BFCF67: hue angle of 69.23º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFCF67 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 103 -
CMYK 0.08 0 0.50 0.19
HSL 69.23º 0.52% 0.61% -
HSV(B) 69.23º 0.5% 0.81% -
XYZ 46.25 56.68 21.34 -
YUV 190.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 191 207 103 0.08 0 0.50 0.19 69.23 0.52 0.61
Hex BF CF 67 8 0 32 13 45 34 3D
Octal 277 317 147 10 0 62 23 105 64 75
Binary 10111111 11001111 1100111 1000 0 110010 10011 1000101 110100 111101

Color Harmonies of #BFCF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF67

Black with #BFCF67

Text Example


Text Example

White with #BFCF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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