#BAB815

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

Shades of La Rioja #BAB815

Tints of La Rioja #BAB815

Color information

#BAB815 (or 0xBAB815) is unknown color: approx La Rioja. HEX triplet: BA, B8 and 15. RGB value is (186,184,21). Sum of RGB (Red+Green+Blue) = 186+184+21=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB815 is #4547EA. Grayscale: #A6A6A6. Windows color (decimal): -4540395 or 1423546. OLE color: 1423546.

HSL color Cylindrical-coordinate representation of color #BAB815: hue angle of 59.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAB815 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18618421-
CMYK00.010.890.27
HSL59.27º79.71%40.59%-
HSV(B)59.27º88.71%72.94%-
XYZ37.5344.777.37-
YUV166.0246.16142.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 184 (72.27% from 255) = 47.06%
BLUE value IS 21 (8.59% from 255) = 5.37%
R=47.57%
G=47.06%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861842100.010.890.2759.2779.7140.59
HexBAB81501591B3b5029
Octal2722702501131337312051
Binary101110101011100010101011011001110111110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB815; }

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

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

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

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

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

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

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

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