Html Css Color HEX #BFC314 La Rioja

📋 copy color: '#BFC314'

red 191 ◦ green 195 ◦ blue 20

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

Shades of La Rioja #BFC314

Tints of La Rioja #BFC314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

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

R = 47.04%
G = 48.03%
B = 4.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#BFC314 (or 0xBFC314) is known color: La Rioja. HEX triplet: BF, C3 and 14. RGB value is (191,195,20). Sum of RGB (Red+Green+Blue) = 191+195+20=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC314 is #403CEB. Grayscale: #AEAEAE. Windows color (decimal): -4209900 or 1360831. OLE color: 1360831.

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

Color convert

RGB 191 195 20 -
CMYK 0.02 0 0.90 0.24
HSL 61.37º 0.81% 0.42% -
HSV(B) 61.37º 0.9% 0.76% -
XYZ 41.13 50.16 8.18 -
YUV 173.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 191 195 20 0.02 0 0.90 0.24 61.37 0.81 0.42
Hex BF C3 14 2 0 5A 18 3D 51 2A
Octal 277 303 24 2 0 132 30 75 121 52
Binary 10111111 11000011 10100 10 0 1011010 11000 111101 1010001 101010

Color Harmonies of #BFC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC314

Black with #BFC314

Text Example


Text Example

White with #BFC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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