#BFBE16

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

Shades of La Rioja #BFBE16

Tints of La Rioja #BFBE16

Color information

#BFBE16 (or 0xBFBE16) is unknown color: approx La Rioja. HEX triplet: BF, BE and 16. RGB value is (191,190,22). Sum of RGB (Red+Green+Blue) = 191+190+22=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBE16 is #4041E9. Grayscale: #ABABAB. Windows color (decimal): -4211178 or 1490623. OLE color: 1490623.

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

Color convert

RGB19119022-
CMYK00.010.880.25
HSL59.64º79.34%41.76%-
HSV(B)59.64º88.48%74.9%-
XYZ40.0447.967.91-
YUV171.1543.83142.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 22 (8.98% from 255) = 5.46%
R=47.39%
G=47.15%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911902200.010.880.2559.6479.3441.76
HexBFBE160158193c4f2a
Octal2772762601130317411752
Binary101111111011111010110011011000110011111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE16; }

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

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

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

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

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

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

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

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