#BFBE17

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

Shades of La Rioja #BFBE17

Tints of La Rioja #BFBE17

Color information

#BFBE17 (or 0xBFBE17) is unknown color: approx La Rioja. HEX triplet: BF, BE and 17. RGB value is (191,190,23). Sum of RGB (Red+Green+Blue) = 191+190+23=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBE17 is #4041E8. Grayscale: #ABABAB. Windows color (decimal): -4211177 or 1556159. OLE color: 1556159.

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

Color convert

RGB19119023-
CMYK00.010.880.25
HSL59.64º78.5%41.96%-
HSV(B)59.64º87.96%74.9%-
XYZ40.0547.977.96-
YUV171.2644.33142.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 190 (74.61% from 255) = 47.03%
BLUE value IS 23 (9.38% from 255) = 5.69%
R=47.28%
G=47.03%
B=5.69%

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
Decimal1911902300.010.880.2559.6478.541.96
HexBFBE170158193c4f2a
Octal2772762701130317411752
Binary101111111011111010111011011000110011111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE17; }

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

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

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

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

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

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

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

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