#BFB819

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

Shades of La Rioja #BFB819

Tints of La Rioja #BFB819

Color information

#BFB819 (or 0xBFB819) is unknown color: approx La Rioja. HEX triplet: BF, B8 and 19. RGB value is (191,184,25). Sum of RGB (Red+Green+Blue) = 191+184+25=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB819 is #4047E6. Grayscale: #A8A8A8. Windows color (decimal): -4212711 or 1685695. OLE color: 1685695.

HSL color Cylindrical-coordinate representation of color #BFB819: hue angle of 57.47º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFB819 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19118425-
CMYK00.040.870.25
HSL57.47º76.85%42.35%-
HSV(B)57.47º86.91%74.9%-
XYZ38.845.437.64-
YUV167.9747.32144.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 184 (72.27% from 255) = 46%
BLUE value IS 25 (10.16% from 255) = 6.25%
R=47.75%
G=46%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911842500.040.870.2557.4776.8542.35
HexBFB819045719394d2a
Octal2772703104127317111552
Binary10111111101110001100101001010111110011110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB819; }

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

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

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

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

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

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

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

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