#BAAC05

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

Shades of La Rioja #BAAC05

Tints of La Rioja #BAAC05

Color information

#BAAC05 (or 0xBAAC05) is unknown color: approx La Rioja. HEX triplet: BA, AC and 05. RGB value is (186,172,5). Sum of RGB (Red+Green+Blue) = 186+172+5=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC05 is #4553FA. Grayscale: #9D9D9D. Windows color (decimal): -4543483 or 371898. OLE color: 371898.

HSL color Cylindrical-coordinate representation of color #BAAC05: hue angle of 55.36º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAAC05 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1861725-
CMYK00.080.970.27
HSL55.36º94.76%37.45%-
HSV(B)55.36º97.31%72.94%-
XYZ35.0339.966.01-
YUV157.1542.14148.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 172 (67.58% from 255) = 47.38%
BLUE value IS 5 (2.34% from 255) = 1.38%
R=51.24%
G=47.38%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186172500.080.970.2755.3694.7637.45
HexBAAC508611B375f25
Octal2722545010141336713745
Binary1011101010101100101010001100001110111101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC05; }

 p { color: rgb(186,172,5); }

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

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

 a { background-color: rgb(186,172,5); }

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

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

 span { border-color: rgb(186,172,5); }

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