#BFBC14

Color #BFBC14 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BFBC14

Tints of La Rioja #BFBC14

Color information

#BFBC14 (or 0xBFBC14) is unknown color: approx La Rioja. HEX triplet: BF, BC and 14. RGB value is (191,188,20). Sum of RGB (Red+Green+Blue) = 191+188+20=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC14 is #4043EB. Grayscale: #AAAAAA. Windows color (decimal): -4211692 or 1359039. OLE color: 1359039.

HSL color Cylindrical-coordinate representation of color #BFBC14: hue angle of 58.95º degrees, saturation: 0.81, 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 #BFBC14 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19118820-
CMYK00.020.900.25
HSL58.95º81.04%41.37%-
HSV(B)58.95º89.53%74.9%-
XYZ39.647.097.66-
YUV169.7443.49143.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 188 (73.83% from 255) = 47.12%
BLUE value IS 20 (8.20% from 255) = 5.01%
R=47.87%
G=47.12%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911882000.020.900.2558.9581.0441.37
HexBFBC14025A193b5129
Octal2772742402132317312151
Binary1011111110111100101000101011010110011110111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC14; }

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

 H1.HeaderClassName
 {
   color: #BFBC14;
 }
 .AnyTagClassName
 {
   color: #BFBC14;
 }
</style>
background-color css

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

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

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

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

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

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