#BAB711

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

Shades of La Rioja #BAB711

Tints of La Rioja #BAB711

Color information

#BAB711 (or 0xBAB711) is unknown color: approx La Rioja. HEX triplet: BA, B7 and 11. RGB value is (186,183,17). Sum of RGB (Red+Green+Blue) = 186+183+17=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB711 is #4548EE. Grayscale: #A5A5A5. Windows color (decimal): -4540655 or 1161146. OLE color: 1161146.

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

Color convert

RGB18618317-
CMYK00.020.910.27
HSL58.93º83.25%39.8%-
HSV(B)58.93º90.86%72.94%-
XYZ37.2844.357.12-
YUV164.9744.49143-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 183 (71.88% from 255) = 47.41%
BLUE value IS 17 (7.03% from 255) = 4.40%
R=48.19%
G=47.41%
B=4.40%

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
Decimal1861831700.020.910.2758.9383.2539.8
HexBAB711025B1B3b5328
Octal2722672102133337312350
Binary1011101010110111100010101011011110111110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB711; }

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

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

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

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

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

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

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

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