#BAAC06

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

Shades of La Rioja #BAAC06

Tints of La Rioja #BAAC06

Color information

#BAAC06 (or 0xBAAC06) is unknown color: approx La Rioja. HEX triplet: BA, AC and 06. RGB value is (186,172,6). Sum of RGB (Red+Green+Blue) = 186+172+6=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC06 is #4553F9. Grayscale: #9D9D9D. Windows color (decimal): -4543482 or 437434. OLE color: 437434.

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

Color convert

RGB1861726-
CMYK00.080.970.27
HSL55.33º93.75%37.65%-
HSV(B)55.33º96.77%72.94%-
XYZ35.0439.966.04-
YUV157.2642.64148.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 172 (67.58% from 255) = 47.25%
BLUE value IS 6 (2.73% from 255) = 1.65%
R=51.10%
G=47.25%
B=1.65%

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
Decimal186172600.080.970.2755.3393.7537.65
HexBAAC608611B375e26
Octal2722546010141336713646
Binary1011101010101100110010001100001110111101111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC06; }

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

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

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

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

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

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

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

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