#bfbe0c

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

Shades of La Rioja #BFBE0C

Tints of La Rioja #BFBE0C

Color information

#BFBE0C (or 0xBFBE0C) is unknown color: approx La Rioja. HEX triplet: BF, BE and 0C. RGB value is (191,190,12). Sum of RGB (Red+Green+Blue) = 191+190+12=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBE0C is #4041F3. Grayscale: #AAAAAA. Windows color (decimal): -4211188 or 835263. OLE color: 835263.

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

Color convert

RGB19119012-
CMYK00.010.940.25
HSL59.66º88.18%39.8%-
HSV(B)59.66º93.72%74.9%-
XYZ39.9747.937.49-
YUV170.0138.83142.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 190 (74.61% from 255) = 48.35%
BLUE value IS 12 (5.08% from 255) = 3.05%
R=48.60%
G=48.35%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911901200.010.940.2559.6688.1839.8
HexBFBEC015E193c5828
Octal2772761401136317413050
Binary10111111101111101100011011110110011111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfbe0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfbe0c; }

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

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

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

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

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

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

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

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