#BFBC16

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

Shades of La Rioja #BFBC16

Tints of La Rioja #BFBC16

Color information

#BFBC16 (or 0xBFBC16) is unknown color: approx La Rioja. HEX triplet: BF, BC and 16. RGB value is (191,188,22). Sum of RGB (Red+Green+Blue) = 191+188+22=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC16 is #4043E9. Grayscale: #AAAAAA. Windows color (decimal): -4211690 or 1490111. OLE color: 1490111.

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

Color convert

RGB19118822-
CMYK00.020.880.25
HSL58.93º79.34%41.76%-
HSV(B)58.93º88.48%74.9%-
XYZ39.6147.17.76-
YUV169.9744.49143-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 188 (73.83% from 255) = 46.88%
BLUE value IS 22 (8.98% from 255) = 5.49%
R=47.63%
G=46.88%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911882200.020.880.2558.9379.3441.76
HexBFBC160258193b4f2a
Octal2772742602130317311752
Binary1011111110111100101100101011000110011110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC16; }

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

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

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

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

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

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

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

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