#BFBF17

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

Shades of La Rioja #BFBF17

Tints of La Rioja #BFBF17

Color information

#BFBF17 (or 0xBFBF17) is unknown color: approx La Rioja. HEX triplet: BF, BF and 17. RGB value is (191,191,23). Sum of RGB (Red+Green+Blue) = 191+191+23=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBF17 is #4040E8. Grayscale: #ACACAC. Windows color (decimal): -4210921 or 1556415. OLE color: 1556415.

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

Color convert

RGB19119123-
CMYK000.880.25
HSL60º78.5%41.96%-
HSV(B)60º87.96%74.9%-
XYZ40.2748.48.03-
YUV171.8544141.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 191 (75% from 255) = 47.16%
BLUE value IS 23 (9.38% from 255) = 5.68%
R=47.16%
G=47.16%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119123000.880.256078.541.96
HexBFBF170058193c4f2a
Octal2772772700130317411752
Binary101111111011111110111001011000110011111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF17; }

 p { color: rgb(191,191,23); }

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

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

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

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

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

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

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