#BAAE0C

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

Shades of La Rioja #BAAE0C

Tints of La Rioja #BAAE0C

Color information

#BAAE0C (or 0xBAAE0C) is unknown color: approx La Rioja. HEX triplet: BA, AE and 0C. RGB value is (186,174,12). Sum of RGB (Red+Green+Blue) = 186+174+12=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAE0C is #4551F3. Grayscale: #9F9F9F. Windows color (decimal): -4542964 or 831162. OLE color: 831162.

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

Color convert

RGB18617412-
CMYK00.060.940.27
HSL55.86º87.88%38.82%-
HSV(B)55.86º93.55%72.94%-
XYZ35.4540.746.34-
YUV159.1244.98147.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 174 (68.36% from 255) = 46.77%
BLUE value IS 12 (5.08% from 255) = 3.23%
R=50%
G=46.77%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861741200.060.940.2755.8687.8838.82
HexBAAEC065E1B385827
Octal2722561406136337013047
Binary1011101010101110110001101011110110111110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE0C; }

 p { color: rgb(186,174,12); }

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

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

 a { background-color: rgb(186,174,12); }

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

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

 span { border-color: rgb(186,174,12); }

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