#BFB70C

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

Shades of La Rioja #BFB70C

Tints of La Rioja #BFB70C

Color information

#BFB70C (or 0xBFB70C) is unknown color: approx La Rioja. HEX triplet: BF, B7 and 0C. RGB value is (191,183,12). Sum of RGB (Red+Green+Blue) = 191+183+12=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB70C is #4048F3. Grayscale: #A6A6A6. Windows color (decimal): -4212980 or 833471. OLE color: 833471.

HSL color Cylindrical-coordinate representation of color #BFB70C: hue angle of 57.32º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFB70C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB19118312-
CMYK00.040.940.25
HSL57.32º88.18%39.8%-
HSV(B)57.32º93.72%74.9%-
XYZ38.4944.977-
YUV165.941.15145.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.48%
GREEN value IS 183 (71.88% from 255) = 47.41%
BLUE value IS 12 (5.08% from 255) = 3.11%
R=49.48%
G=47.41%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911831200.040.940.2557.3288.1839.8
HexBFB7C045E19395828
Octal2772671404136317113050
Binary1011111110110111110001001011110110011110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB70C; }

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

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

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

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

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

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

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

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