Html Css Color HEX #BFC011 La Rioja

📋 copy color: '#BFC011'

red 191 ◦ green 192 ◦ blue 17

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

Shades of La Rioja #BFC011

Tints of La Rioja #BFC011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 47.75%
G = 48%
B = 4.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFC011 (or 0xBFC011) is known color: La Rioja. HEX triplet: BF, C0 and 11. RGB value is (191,192,17). Sum of RGB (Red+Green+Blue) = 191+192+17=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC011 is #403FEE. Grayscale: #ACACAC. Windows color (decimal): -4210671 or 1163455. OLE color: 1163455.

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

Color convert

RGB 191 192 17 -
CMYK 0.01 0 0.91 0.25
HSL 60.34º 0.84% 0.41% -
HSV(B) 60.34º 0.91% 0.75% -
XYZ 40.44 48.82 7.82 -
YUV 171.75 40.67 141.73 -
System Red Green Blue C M Y K H S L
Decimal 191 192 17 0.01 0 0.91 0.25 60.34 0.84 0.41
Hex BF C0 11 1 0 5B 19 3C 54 29
Octal 277 300 21 1 0 133 31 74 124 51
Binary 10111111 11000000 10001 1 0 1011011 11001 111100 1010100 101001

Color Harmonies of #BFC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC011

Black with #BFC011

Text Example


Text Example

White with #BFC011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC011; }

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

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

background-color css

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

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

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

border-color css

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

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

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