#bfb71b

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

Shades of La Rioja #BFB71B

Tints of La Rioja #BFB71B

Color information

#BFB71B (or 0xBFB71B) is unknown color: approx La Rioja. HEX triplet: BF, B7 and 1B. RGB value is (191,183,27). Sum of RGB (Red+Green+Blue) = 191+183+27=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB71B is #4048E4. Grayscale: #A8A8A8. Windows color (decimal): -4212965 or 1816511. OLE color: 1816511.

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

Color convert

RGB19118327-
CMYK00.040.860.25
HSL57.07º75.23%42.75%-
HSV(B)57.07º85.86%74.9%-
XYZ38.6245.027.69-
YUV167.6148.65144.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 183 (71.88% from 255) = 45.64%
BLUE value IS 27 (10.94% from 255) = 6.73%
R=47.63%
G=45.64%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911832700.040.860.2557.0775.2342.75
HexBFB71B045619394b2b
Octal2772673304126317111353
Binary10111111101101111101101001010110110011110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb71b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb71b; }

 p { color: rgb(191,183,27); }

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

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

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

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

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

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

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