#BAAB06

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

Shades of La Rioja #BAAB06

Tints of La Rioja #BAAB06

Color information

#BAAB06 (or 0xBAAB06) is unknown color: approx La Rioja. HEX triplet: BA, AB and 06. RGB value is (186,171,6). Sum of RGB (Red+Green+Blue) = 186+171+6=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAB06 is #4554F9. Grayscale: #9D9D9D. Windows color (decimal): -4543738 or 437178. OLE color: 437178.

HSL color Cylindrical-coordinate representation of color #BAAB06: hue angle of 55º 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 #BAAB06 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1861716-
CMYK00.080.970.27
HSL55º93.75%37.65%-
HSV(B)55º96.77%72.94%-
XYZ34.8539.585.98-
YUV156.6742.97148.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 171 (67.19% from 255) = 47.11%
BLUE value IS 6 (2.73% from 255) = 1.65%
R=51.24%
G=47.11%
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
Decimal186171600.080.970.275593.7537.65
HexBAAB608611B375e26
Octal2722536010141336713646
Binary1011101010101011110010001100001110111101111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB06; }

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

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

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

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

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

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

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

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