#BFAE02

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

Shades of La Rioja #BFAE02

Tints of La Rioja #BFAE02

Color information

#BFAE02 (or 0xBFAE02) is unknown color: approx La Rioja. HEX triplet: BF, AE and 02. RGB value is (191,174,2). Sum of RGB (Red+Green+Blue) = 191+174+2=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAE02 is #4051FD. Grayscale: #A0A0A0. Windows color (decimal): -4215294 or 175807. OLE color: 175807.

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

Color convert

RGB1911742-
CMYK00.090.990.25
HSL54.6º97.93%37.84%-
HSV(B)54.6º98.95%74.9%-
XYZ36.6341.356.11-
YUV159.4839.13150.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 174 (68.36% from 255) = 47.41%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=52.04%
G=47.41%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191174200.090.990.2554.697.9337.84
HexBFAE2096319376226
Octal2772562011143316714246
Binary101111111010111010010011100011110011101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE02; }

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

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

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

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

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

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

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

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