#BFBE02

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

Shades of La Rioja #BFBE02

Tints of La Rioja #BFBE02

Color information

#BFBE02 (or 0xBFBE02) is unknown color: approx La Rioja. HEX triplet: BF, BE and 02. RGB value is (191,190,2). Sum of RGB (Red+Green+Blue) = 191+190+2=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBE02 is #4041FD. Grayscale: #A9A9A9. Windows color (decimal): -4211198 or 179903. OLE color: 179903.

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

Color convert

RGB1911902-
CMYK00.010.990.25
HSL59.68º97.93%37.84%-
HSV(B)59.68º98.95%74.9%-
XYZ39.9147.917.2-
YUV168.8733.83143.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 190 (74.61% from 255) = 49.61%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=49.87%
G=49.61%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191190200.010.990.2559.6897.9337.84
HexBFBE20163193c6226
Octal277276201143317414246
Binary101111111011111010011100011110011111001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE02; }

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

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

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

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

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

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

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

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