#BFBE00

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

Shades of La Rioja #BFBE00

Tints of La Rioja #BFBE00

Color information

#BFBE00 (or 0xBFBE00) is unknown color: approx La Rioja. HEX triplet: BF, BE and 00. RGB value is (191,190,0). Sum of RGB (Red+Green+Blue) = 191+190+0=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBE00 is #4041FF. Grayscale: #A9A9A9. Windows color (decimal): -4211200 or 48831. OLE color: 48831.

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

Color convert

RGB1911900-
CMYK00.0110.25
HSL59.69º100%37.45%-
HSV(B)59.69º100%74.9%-
XYZ39.947.97.14-
YUV168.6432.83143.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.13%
G=49.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191190000.0110.2559.6910037.45
HexBFBE00164193c6425
Octal277276001144317414445
Binary10111111101111100011100100110011111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE00; }

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

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

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

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

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

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

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

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