#BFAE00

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

Shades of La Rioja #BFAE00

Tints of La Rioja #BFAE00

Color information

#BFAE00 (or 0xBFAE00) is unknown color: approx La Rioja. HEX triplet: BF, AE and 00. RGB value is (191,174,0). Sum of RGB (Red+Green+Blue) = 191+174+0=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAE00 is #4051FF. Grayscale: #9F9F9F. Windows color (decimal): -4215296 or 44735. OLE color: 44735.

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

Color convert

RGB1911740-
CMYK00.0910.25
HSL54.66º100%37.45%-
HSV(B)54.66º100%74.9%-
XYZ36.6241.356.05-
YUV159.2538.13150.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.33%
GREEN value IS 174 (68.36% from 255) = 47.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.33%
G=47.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191174000.0910.2554.6610037.45
HexBFAE0096419376425
Octal2772560011144316714445
Binary10111111101011100010011100100110011101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE00; }

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

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

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

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

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

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

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

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