#BFB814

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

Shades of La Rioja #BFB814

Tints of La Rioja #BFB814

Color information

#BFB814 (or 0xBFB814) is unknown color: approx La Rioja. HEX triplet: BF, B8 and 14. RGB value is (191,184,20). Sum of RGB (Red+Green+Blue) = 191+184+20=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB814 is #4047EB. Grayscale: #A8A8A8. Windows color (decimal): -4212716 or 1358015. OLE color: 1358015.

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

Color convert

RGB19118420-
CMYK00.040.900.25
HSL57.54º81.04%41.37%-
HSV(B)57.54º89.53%74.9%-
XYZ38.7545.417.38-
YUV167.444.82144.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 184 (72.27% from 255) = 46.58%
BLUE value IS 20 (8.20% from 255) = 5.06%
R=48.35%
G=46.58%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911842000.040.900.2557.5481.0441.37
HexBFB814045A193a5129
Octal2772702404132317212151
Binary10111111101110001010001001011010110011110101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB814; }

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

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

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

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

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

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

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

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