#BAB707

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

Shades of La Rioja #BAB707

Tints of La Rioja #BAB707

Color information

#BAB707 (or 0xBAB707) is unknown color: approx La Rioja. HEX triplet: BA, B7 and 07. RGB value is (186,183,7). Sum of RGB (Red+Green+Blue) = 186+183+7=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB707 is #4548F8. Grayscale: #A4A4A4. Windows color (decimal): -4540665 or 505786. OLE color: 505786.

HSL color Cylindrical-coordinate representation of color #BAB707: hue angle of 58.99º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAB707 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1861837-
CMYK00.020.960.27
HSL58.99º92.75%37.84%-
HSV(B)58.99º96.24%72.94%-
XYZ37.2244.326.79-
YUV163.8339.49143.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 183 (71.88% from 255) = 48.67%
BLUE value IS 7 (3.12% from 255) = 1.86%
R=49.47%
G=48.67%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186183700.020.960.2758.9992.7537.84
HexBAB7702601B3b5d26
Octal272267702140337313546
Binary10111010101101111110101100000110111110111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB707; }

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

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

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

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

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

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

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

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