#BFBA14

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

Shades of La Rioja #BFBA14

Tints of La Rioja #BFBA14

Color information

#BFBA14 (or 0xBFBA14) is unknown color: approx La Rioja. HEX triplet: BF, BA and 14. RGB value is (191,186,20). Sum of RGB (Red+Green+Blue) = 191+186+20=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBA14 is #4045EB. Grayscale: #A9A9A9. Windows color (decimal): -4212204 or 1358527. OLE color: 1358527.

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

Color convert

RGB19118620-
CMYK00.030.900.25
HSL58.25º81.04%41.37%-
HSV(B)58.25º89.53%74.9%-
XYZ39.1746.247.52-
YUV168.5744.16144-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 20 (8.20% from 255) = 5.04%
R=48.11%
G=46.85%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911862000.030.900.2558.2581.0441.37
HexBFBA14035A193a5129
Octal2772722403132317212151
Binary1011111110111010101000111011010110011110101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA14; }

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

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

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

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

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

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

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

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