#BAB611

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

Shades of La Rioja #BAB611

Tints of La Rioja #BAB611

Color information

#BAB611 (or 0xBAB611) is unknown color: approx La Rioja. HEX triplet: BA, B6 and 11. RGB value is (186,182,17). Sum of RGB (Red+Green+Blue) = 186+182+17=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB611 is #4549EE. Grayscale: #A5A5A5. Windows color (decimal): -4540911 or 1160890. OLE color: 1160890.

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

Color convert

RGB18618217-
CMYK00.020.910.27
HSL58.58º83.25%39.8%-
HSV(B)58.58º90.86%72.94%-
XYZ37.0843.947.06-
YUV164.3944.83143.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 182 (71.48% from 255) = 47.27%
BLUE value IS 17 (7.03% from 255) = 4.42%
R=48.31%
G=47.27%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861821700.020.910.2758.5883.2539.8
HexBAB611025B1B3b5328
Octal2722662102133337312350
Binary1011101010110110100010101011011110111110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB611; }

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

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

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

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

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

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

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

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