#BAB811

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

Shades of La Rioja #BAB811

Tints of La Rioja #BAB811

Color information

#BAB811 (or 0xBAB811) is unknown color: approx La Rioja. HEX triplet: BA, B8 and 11. RGB value is (186,184,17). Sum of RGB (Red+Green+Blue) = 186+184+17=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB811 is #4547EE. Grayscale: #A6A6A6. Windows color (decimal): -4540399 or 1161402. OLE color: 1161402.

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

Color convert

RGB18618417-
CMYK00.010.910.27
HSL59.29º83.25%39.8%-
HSV(B)59.29º90.86%72.94%-
XYZ37.4944.767.19-
YUV165.5644.16142.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 184 (72.27% from 255) = 47.55%
BLUE value IS 17 (7.03% from 255) = 4.39%
R=48.06%
G=47.55%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861841700.010.910.2759.2983.2539.8
HexBAB811015B1B3b5328
Octal2722702101133337312350
Binary101110101011100010001011011011110111110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB811; }

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

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

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

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

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

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

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

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