#BFBE1A

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

Shades of La Rioja #BFBE1A

Tints of La Rioja #BFBE1A

Color information

#BFBE1A (or 0xBFBE1A) is unknown color: approx La Rioja. HEX triplet: BF, BE and 1A. RGB value is (191,190,26). Sum of RGB (Red+Green+Blue) = 191+190+26=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE1A is #4041E5. Grayscale: #ACACAC. Windows color (decimal): -4211174 or 1752767. OLE color: 1752767.

HSL color Cylindrical-coordinate representation of color #BFBE1A: hue angle of 59.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFBE1A is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19119026-
CMYK00.010.860.25
HSL59.64º76.04%42.55%-
HSV(B)59.64º86.39%74.9%-
XYZ40.0947.988.13-
YUV171.645.83141.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 26 (10.55% from 255) = 6.39%
R=46.93%
G=46.68%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911902600.010.860.2559.6476.0442.55
HexBFBE1A0156193c4c2b
Octal2772763201126317411453
Binary101111111011111011010011010110110011111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE1A; }

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

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

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

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

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

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

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

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