Html Css Color HEX #BFC014 La Rioja

📋 copy color: '#BFC014'

red 191 ◦ green 192 ◦ blue 20

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

Shades of La Rioja #BFC014

Tints of La Rioja #BFC014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 47.39%
G = 47.64%
B = 4.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFC014 (or 0xBFC014) is known color: La Rioja. HEX triplet: BF, C0 and 14. RGB value is (191,192,20). Sum of RGB (Red+Green+Blue) = 191+192+20=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC014 is #403FEB. Grayscale: #ACACAC. Windows color (decimal): -4210668 or 1360063. OLE color: 1360063.

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

Color convert

RGB 191 192 20 -
CMYK 0.01 0 0.90 0.25
HSL 60.35º 0.81% 0.42% -
HSV(B) 60.35º 0.9% 0.75% -
XYZ 40.46 48.83 7.95 -
YUV 172.09 42.17 141.49 -
System Red Green Blue C M Y K H S L
Decimal 191 192 20 0.01 0 0.90 0.25 60.35 0.81 0.42
Hex BF C0 14 1 0 5A 19 3C 51 2A
Octal 277 300 24 1 0 132 31 74 121 52
Binary 10111111 11000000 10100 1 0 1011010 11001 111100 1010001 101010

Color Harmonies of #BFC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC014

Black with #BFC014

Text Example


Text Example

White with #BFC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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