Html Css Color HEX #BFCD67 Wild Willow

📋 copy color: '#BFCD67'

red 191 ◦ green 205 ◦ blue 103

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

Shades of Wild Willow #BFCD67

Tints of Wild Willow #BFCD67

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.08%

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

R = 38.28%
G = 41.08%
B = 20.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#BFCD67 (or 0xBFCD67) is known color: Wild Willow. HEX triplet: BF, CD and 67. RGB value is (191,205,103). Sum of RGB (Red+Green+Blue) = 191+205+103=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD67 is #403298. Grayscale: #BDBDBD. Windows color (decimal): -4207257 or 6802879. OLE color: 6802879.

HSL color Cylindrical-coordinate representation of color #BFCD67: hue angle of 68.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFCD67 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 103 -
CMYK 0.07 0 0.50 0.20
HSL 68.24º 0.5% 0.6% -
HSV(B) 68.24º 0.5% 0.8% -
XYZ 45.77 55.72 21.17 -
YUV 189.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 191 205 103 0.07 0 0.50 0.20 68.24 0.5 0.6
Hex BF CD 67 7 0 32 14 44 32 3C
Octal 277 315 147 7 0 62 24 104 62 74
Binary 10111111 11001101 1100111 111 0 110010 10100 1000100 110010 111100

Color Harmonies of #BFCD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD67

Black with #BFCD67

Text Example


Text Example

White with #BFCD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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