#BAAF11

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

Shades of La Rioja #BAAF11

Tints of La Rioja #BAAF11

Color information

#BAAF11 (or 0xBAAF11) is unknown color: approx La Rioja. HEX triplet: BA, AF and 11. RGB value is (186,175,17). Sum of RGB (Red+Green+Blue) = 186+175+17=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAF11 is #4550EE. Grayscale: #A0A0A0. Windows color (decimal): -4542703 or 1159098. OLE color: 1159098.

HSL color Cylindrical-coordinate representation of color #BAAF11: hue angle of 56.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAAF11 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18617517-
CMYK00.060.910.27
HSL56.09º83.25%39.8%-
HSV(B)56.09º90.86%72.94%-
XYZ35.6841.146.59-
YUV160.2847.14146.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 17 (7.03% from 255) = 4.50%
R=49.21%
G=46.30%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861751700.060.910.2756.0983.2539.8
HexBAAF11065B1B385328
Octal2722572106133337012350
Binary10111010101011111000101101011011110111110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF11; }

 p { color: rgb(186,175,17); }

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

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

 a { background-color: rgb(186,175,17); }

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

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

 span { border-color: rgb(186,175,17); }

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