#BFB919

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

Shades of La Rioja #BFB919

Tints of La Rioja #BFB919

Color information

#BFB919 (or 0xBFB919) is unknown color: approx La Rioja. HEX triplet: BF, B9 and 19. RGB value is (191,185,25). Sum of RGB (Red+Green+Blue) = 191+185+25=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB919 is #4046E6. Grayscale: #A9A9A9. Windows color (decimal): -4212455 or 1685951. OLE color: 1685951.

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

Color convert

RGB19118525-
CMYK00.030.870.25
HSL57.83º76.85%42.35%-
HSV(B)57.83º86.91%74.9%-
XYZ39.0145.847.71-
YUV168.5546.99144.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 25 (10.16% from 255) = 6.23%
R=47.63%
G=46.13%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911852500.030.870.2557.8376.8542.35
HexBFB9190357193a4d2a
Octal2772713103127317211552
Binary1011111110111001110010111010111110011110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB919; }

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

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

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

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

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

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

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

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