#BFAE09

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

Shades of La Rioja #BFAE09

Tints of La Rioja #BFAE09

Color information

#BFAE09 (or 0xBFAE09) is unknown color: approx La Rioja. HEX triplet: BF, AE and 09. RGB value is (191,174,9). Sum of RGB (Red+Green+Blue) = 191+174+9=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAE09 is #4051F6. Grayscale: #A0A0A0. Windows color (decimal): -4215287 or 634559. OLE color: 634559.

HSL color Cylindrical-coordinate representation of color #BFAE09: hue angle of 54.4º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFAE09 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1911749-
CMYK00.090.950.25
HSL54.4º91%39.22%-
HSV(B)54.4º95.29%74.9%-
XYZ36.6741.376.31-
YUV160.2742.63149.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 9 (3.91% from 255) = 2.41%
R=51.07%
G=46.52%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191174900.090.950.2554.49139.22
HexBFAE9095F19365b27
Octal27725611011137316613347
Binary10111111101011101001010011011111110011101101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE09; }

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

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

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

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

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

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

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

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