Html Css Color HEX #BFC013 La Rioja

📋 copy color: '#BFC013'

red 191 ◦ green 192 ◦ blue 19

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

Shades of La Rioja #BFC013

Tints of La Rioja #BFC013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 47.51%
G = 47.76%
B = 4.73%

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

#BFC013 (or 0xBFC013) is known color: La Rioja. HEX triplet: BF, C0 and 13. RGB value is (191,192,19). Sum of RGB (Red+Green+Blue) = 191+192+19=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC013 is #403FEC. Grayscale: #ACACAC. Windows color (decimal): -4210669 or 1294527. OLE color: 1294527.

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

Color convert

RGB 191 192 19 -
CMYK 0.01 0 0.90 0.25
HSL 60.35º 0.82% 0.41% -
HSV(B) 60.35º 0.9% 0.75% -
XYZ 40.45 48.82 7.91 -
YUV 171.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 191 192 19 0.01 0 0.90 0.25 60.35 0.82 0.41
Hex BF C0 13 1 0 5A 19 3C 52 29
Octal 277 300 23 1 0 132 31 74 122 51
Binary 10111111 11000000 10011 1 0 1011010 11001 111100 1010010 101001

Color Harmonies of #BFC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC013

Black with #BFC013

Text Example


Text Example

White with #BFC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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