Html Css Color HEX #BFC015 La Rioja

📋 copy color: '#BFC015'

red 191 ◦ green 192 ◦ blue 21

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

Shades of La Rioja #BFC015

Tints of La Rioja #BFC015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.2%

R = 47.28%
G = 47.52%
B = 5.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BFC015 (or 0xBFC015) is known color: La Rioja. HEX triplet: BF, C0 and 15. RGB value is (191,192,21). Sum of RGB (Red+Green+Blue) = 191+192+21=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC015 is #403FEA. Grayscale: #ACACAC. Windows color (decimal): -4210667 or 1425599. OLE color: 1425599.

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

Color convert

RGB 191 192 21 -
CMYK 0.01 0 0.89 0.25
HSL 60.35º 0.8% 0.42% -
HSV(B) 60.35º 0.89% 0.75% -
XYZ 40.47 48.83 8 -
YUV 172.21 42.67 141.4 -
System Red Green Blue C M Y K H S L
Decimal 191 192 21 0.01 0 0.89 0.25 60.35 0.8 0.42
Hex BF C0 15 1 0 59 19 3C 50 2A
Octal 277 300 25 1 0 131 31 74 120 52
Binary 10111111 11000000 10101 1 0 1011001 11001 111100 1010000 101010

Color Harmonies of #BFC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC015

Black with #BFC015

Text Example


Text Example

White with #BFC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC015; }

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

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

background-color css

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

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

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

border-color css

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

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

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