#BAB706

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

Shades of La Rioja #BAB706

Tints of La Rioja #BAB706

Color information

#BAB706 (or 0xBAB706) is unknown color: approx La Rioja. HEX triplet: BA, B7 and 06. RGB value is (186,183,6). Sum of RGB (Red+Green+Blue) = 186+183+6=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB706 is #4548F9. Grayscale: #A4A4A4. Windows color (decimal): -4540666 or 440250. OLE color: 440250.

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

Color convert

RGB1861836-
CMYK00.020.970.27
HSL59º93.75%37.65%-
HSV(B)59º96.77%72.94%-
XYZ37.2244.326.77-
YUV163.7238.99143.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 6 (2.73% from 255) = 1.6%
R=49.6%
G=48.8%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186183600.020.970.275993.7537.65
HexBAB7602611B3b5e26
Octal272267602141337313646
Binary10111010101101111100101100001110111110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB706; }

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

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

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

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

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

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

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

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