#BFBD1A

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

Shades of La Rioja #BFBD1A

Tints of La Rioja #BFBD1A

Color information

#BFBD1A (or 0xBFBD1A) is unknown color: approx La Rioja. HEX triplet: BF, BD and 1A. RGB value is (191,189,26). Sum of RGB (Red+Green+Blue) = 191+189+26=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD1A is #4042E5. Grayscale: #ABABAB. Windows color (decimal): -4211430 or 1752511. OLE color: 1752511.

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

Color convert

RGB19118926-
CMYK00.010.860.25
HSL59.27º76.04%42.55%-
HSV(B)59.27º86.39%74.9%-
XYZ39.8747.558.05-
YUV171.0246.16142.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 26 (10.55% from 255) = 6.40%
R=47.04%
G=46.55%
B=6.40%

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
Decimal1911892600.010.860.2559.2776.0442.55
HexBFBD1A0156193b4c2b
Octal2772753201126317311453
Binary101111111011110111010011010110110011110111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD1A; }

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

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

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

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

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

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

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

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